trtc-sdk-v5 5.9.2-beta.6 → 5.9.2-beta.7

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/index.d.ts CHANGED
@@ -393,7 +393,6 @@ export declare interface RemoteVideoConfig {
393
393
  receiveWhenViewVisible?: boolean;
394
394
  viewRoot?: HTMLElement;
395
395
  canvasRender?: boolean;
396
- poster?: string;
397
396
  };
398
397
  }
399
398
  export declare interface StopRemoteVideoConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trtc-sdk-v5",
3
- "version": "5.9.2-beta.6",
3
+ "version": "5.9.2-beta.7",
4
4
  "description": "Tencent Cloud RTC SDK for Web",
5
5
  "main": "trtc.js",
6
6
  "types": "index.d.ts",