vani-meeting-client 1.5.9 → 1.6.1
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.
|
@@ -42,6 +42,7 @@ export declare class MeetingStartRequest {
|
|
|
42
42
|
defaultCameraFacingMode: CameraFacingMode;
|
|
43
43
|
simulcastEncodings: RTCRtpEncodingParameters[];
|
|
44
44
|
isDataChannelRequired: boolean;
|
|
45
|
+
iceServers?: RTCIceServer[];
|
|
45
46
|
shouldPauseUploadingStreamOnSingleParticipant: boolean;
|
|
46
47
|
connectionProtocol: ConnectionProtocol;
|
|
47
48
|
shouldKeepTryToReconnect: boolean;
|
|
@@ -395,7 +395,7 @@ var WebsocketHandler = /** @class */ (function (_super) {
|
|
|
395
395
|
WebsocketHandler.prototype.onMessage = function (message) {
|
|
396
396
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
397
397
|
this.lastPingTimeStamp = new Date().getTime();
|
|
398
|
-
console.log("lastPingTimeStamp time ", this.lastPingTimeStamp)
|
|
398
|
+
// console.log("lastPingTimeStamp time ", this.lastPingTimeStamp)
|
|
399
399
|
var messagejson = JSON.parse(message);
|
|
400
400
|
if (messagejson.type && messagejson.data) {
|
|
401
401
|
var type = messagejson.type;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vani-meeting-client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "Vani Meeting Clinet SDK",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"analytics": "^0.7.21",
|
|
48
48
|
"axios": "^0.24.0",
|
|
49
49
|
"loglevel": "^1.8.0",
|
|
50
|
-
"mediasoup-client": "^3.6.
|
|
50
|
+
"mediasoup-client": "^3.6.101",
|
|
51
51
|
"react-native-google-analytics-bridge": "^7.1.0"
|
|
52
52
|
},
|
|
53
53
|
"optionalDependencies": {}
|