@tencentcloud/tuiroom-engine-electron 1.4.0-bate.3 → 1.4.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.
package/index.d.ts CHANGED
@@ -456,7 +456,7 @@ declare class TUIRoomEngine {
456
456
  startPlayRemoteVideo(options: {
457
457
  userId: string;
458
458
  streamType: TUIVideoStreamType;
459
- }): Promise<any>;
459
+ }): Promise<void>;
460
460
  /**
461
461
  * 停止播放远端用户视频流
462
462
  *