vani-meeting-client 2.3.7-beta3 → 2.3.7-beta4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -273,7 +273,7 @@ var WebrtcHandler = /** @class */ (function (_super) {
273
273
  this.printLogIfRequired("loopSendOffer", "Not found", selfParticpant, participant);
274
274
  return [2 /*return*/];
275
275
  }
276
- this.printLogIfRequired("Send Offer", mungedOffer, participant);
276
+ this.printLogIfRequired("Send Offer loop", mungedOffer, participant);
277
277
  messageJson = { to: participant.userId, type: WebrtcMessageType.SendOffer, data: mungedOffer };
278
278
  this.sendWebrtcMessage(messageJson);
279
279
  if (peerConnectionObject.remoteAnswer || count > 20) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "2.3.7beta3",
3
+ "version": "2.3.7beta4",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",