rtcRoom$onScreenVideoSubscribeStateChanged$userId$state$reason method
FutureOr<void>
rtcRoom$onScreenVideoSubscribeStateChanged$userId$state$reason(
- ByteRTCGameRoom rtcRoom,
- NSString roomId,
- NSString uid,
- ByteRTCSubscribeState state,
- ByteRTCSubscribeStateChangeReason reason,
@brief Screen video subscribe state change callback. @param rtcRoom The ByteRTCGameRoom instance. @param roomId Room ID. @param uid User ID. @param state Subscribe state. See ByteRTCSubscribeState{@link #ByteRTCSubscribeState}. @param reason Subscribe state change reason. See ByteRTCSubscribeStateChangeReason{@link #ByteRTCSubscribeStateChangeReason}. @order 0
Implementation
FutureOr<void> rtcRoom$onScreenVideoSubscribeStateChanged$userId$state$reason(
ByteRTCGameRoom rtcRoom,
NSString roomId,
NSString uid,
ByteRTCSubscribeState state,
ByteRTCSubscribeStateChangeReason reason) async {}