onUserUnpublishScreen property

OnUserUnpublishStreamType? onUserUnpublishScreen
getter/setter pair

Callback about the removal of screen sharing media streams from remote users in the room.

After receiving this callback, the local can choose whether to call RTCRoom.unsubscribeScreen to unsubscribe from the streams or not.

Implementation

OnUserUnpublishStreamType? onUserUnpublishScreen;