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,
)

@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 {}