vani-meeting-client 1.6.0 → 1.6.2

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.
@@ -284,6 +284,15 @@ var CommunicationHandler = /** @class */ (function () {
284
284
  if (track.track) {
285
285
  track.track.stop();
286
286
  }
287
+ try {
288
+ if (this.meetingStartRequest && this.meetingStartRequest.isMobileApp === true) {
289
+ if (track.track) {
290
+ track.track.release();
291
+ }
292
+ }
293
+ }
294
+ catch (err) {
295
+ }
287
296
  };
288
297
  CommunicationHandler.prototype.resumeProducerOrConsumerForTrack = function (track) {
289
298
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
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.68",
50
+ "mediasoup-client": "^3.6.101",
51
51
  "react-native-google-analytics-bridge": "^7.1.0"
52
52
  },
53
53
  "optionalDependencies": {}