onUserUnpublishScreen property
房间内远端屏幕共享音视频流移除的回调。
收到该回调通知后,你可以自行选择是否调用 RTCRoom.unsubscribeScreen 取消订阅此流。
Implementation
OnUserUnpublishStreamType? onUserUnpublishScreen;
房间内远端屏幕共享音视频流移除的回调。
收到该回调通知后,你可以自行选择是否调用 RTCRoom.unsubscribeScreen 取消订阅此流。
OnUserUnpublishStreamType? onUserUnpublishScreen;