rtcRoom$onVideoSubscribeStateChanged$info$state$reason method
FutureOr<void>
rtcRoom$onVideoSubscribeStateChanged$info$state$reason(
- ByteRTCRoom rtcRoom,
- NSString streamId,
- ByteRTCStreamInfo info,
- ByteRTCSubscribeState state,
- ByteRTCSubscribeStateChangeReason reason,
@detail callback @region 房间管理 @author xuyiling.x10 @brief 视频订阅状态发生改变回调。 @param rtcRoom ByteRTCRoom 实例。 @param streamId 流 ID。 @param info 流信息。 @param state 订阅状态码,参看 ByteRTCSubscribeState{@link #ByteRTCSubscribeState}。 @param reason 视频订阅状态改变的具体原因,参看 ByteRTCSubscribeStateChangeReason{@link #ByteRTCSubscribeStateChangeReason}。 @order 0
Implementation
FutureOr<void> rtcRoom$onVideoSubscribeStateChanged$info$state$reason(
ByteRTCRoom rtcRoom,
NSString streamId,
ByteRTCStreamInfo info,
ByteRTCSubscribeState state,
ByteRTCSubscribeStateChangeReason reason) async {}