vani-meeting-client 1.0.2 → 1.0.3

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.
@@ -309,7 +309,7 @@ var WebsocketHandler = /** @class */ (function (_super) {
309
309
  WebsocketHandler.prototype.onWebSocketClosed = function (event) {
310
310
  var _this = this;
311
311
  var _a;
312
- log.info("onWebSocketClosed");
312
+ log.info("onWebSocketClosed", event.code);
313
313
  if (event.wasClean === false) {
314
314
  this.socketCheckTimeout = window.setTimeout(function () {
315
315
  _this.tryToReconectSocket();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -46,7 +46,7 @@
46
46
  "analytics": "^0.7.21",
47
47
  "axios": "^0.24.0",
48
48
  "loglevel": "^1.8.0",
49
- "mediasoup-client": "^3.6.66",
49
+ "mediasoup-client": "^3.6.68",
50
50
  "react-native-google-analytics-bridge": "^7.1.0"
51
51
  },
52
52
  "optionalDependencies": {}