trtc-electron-sdk 11.3.502-beta.3 → 11.3.502-beta.4
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.
- package/liteav/trtc.js +1 -1
- package/package.json +1 -1
package/liteav/trtc.js
CHANGED
|
@@ -4149,7 +4149,7 @@ class TRTCCloud extends events_1.EventEmitter {
|
|
|
4149
4149
|
});
|
|
4150
4150
|
}
|
|
4151
4151
|
else {
|
|
4152
|
-
|
|
4152
|
+
// 创建渲染器时 view 参数传了 null,只推流或者拉流,本地不渲染
|
|
4153
4153
|
}
|
|
4154
4154
|
}
|
|
4155
4155
|
_createVideoRenderer(view, key) {
|