trtc-electron-sdk 13.0.709-beta.2 → 13.1.120-beta.0

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.
@@ -1359,6 +1359,9 @@ class TRTCMediaMixingManager {
1359
1359
  recoverMediaMixingServer() {
1360
1360
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
1361
1361
  return __awaiter(this, void 0, void 0, function* () {
1362
+ if (!this.view) {
1363
+ return;
1364
+ }
1362
1365
  try {
1363
1366
  yield this.startMediaMixingServer();
1364
1367
  yield this.bindPreviewArea(this.windowID, this.view);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trtc-electron-sdk",
3
- "version": "13.0.709-beta.2",
3
+ "version": "13.1.120-beta.0",
4
4
  "description": "trtc electron sdk",
5
5
  "main": "./liteav/index.js",
6
6
  "types": "./liteav/index.d.ts",