rtcRoom$onScreenVideoSubscribeStateChanged$userId$state$reason method

FutureOr<void> rtcRoom$onScreenVideoSubscribeStateChanged$userId$state$reason(
  1. ByteRTCGameRoom rtcRoom,
  2. NSString roomId,
  3. NSString uid,
  4. ByteRTCSubscribeState state,
  5. ByteRTCSubscribeStateChangeReason reason,
)

@detail callback @author xuyiling.x10 @brief 屏幕流视频订阅状态发生改变回调。 @param rtcRoom ByteRTCGameRoom 实例。 @param roomId 房间 ID。 @param uid 用户 ID。 @param state 订阅状态码,参看 ByteRTCSubscribeState{@link #ByteRTCSubscribeState}。 @param reason 屏幕流视频订阅状态改变的具体原因,参看 ByteRTCSubscribeStateChangeReason{@link #ByteRTCSubscribeStateChangeReason}。 @order 0

Implementation

FutureOr<void> rtcRoom$onScreenVideoSubscribeStateChanged$userId$state$reason(
    ByteRTCGameRoom rtcRoom,
    NSString roomId,
    NSString uid,
    ByteRTCSubscribeState state,
    ByteRTCSubscribeStateChangeReason reason) async {}