vani-meeting-client 0.9.4 → 0.9.5
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.
|
@@ -383,10 +383,7 @@ var WebsocketHandler = /** @class */ (function (_super) {
|
|
|
383
383
|
if (type === WebSocketBasicEvents.Ping) {
|
|
384
384
|
this.sendSocketMessage(WebSocketBasicEvents.Pong, data);
|
|
385
385
|
}
|
|
386
|
-
else {
|
|
387
|
-
console.log(messagejson);
|
|
388
|
-
}
|
|
389
|
-
if (this.isVideoCallControllerMessageType(type)) {
|
|
386
|
+
else if (this.isVideoCallControllerMessageType(type)) {
|
|
390
387
|
(_a = this.communicationHandler) === null || _a === void 0 ? void 0 : _a.onVideoCallWebSocketMessage(messagejson);
|
|
391
388
|
return;
|
|
392
389
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vani-meeting-client",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.5",
|
|
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.
|
|
49
|
+
"mediasoup-client": "^3.6.62",
|
|
50
50
|
"react-native-google-analytics-bridge": "^7.1.0"
|
|
51
51
|
},
|
|
52
52
|
"optionalDependencies": {}
|