rtcRoom$onStreamStateChanged$withUid$state$extraInfo method
FutureOr<void>
rtcRoom$onStreamStateChanged$withUid$state$extraInfo(
- ByteRTCGameRoom rtcRoom,
- NSString roomId,
- NSString uid,
- NSInteger state,
- NSString extraInfo,
@detail callback @author luomingkang @brief Callback on stream state changes. The user will receive this callback when they receive stream relating warnings and errors. @param rtcRoom ByteRTCGameRoom instance. @param roomId Room ID. @param uid User ID. @param state Room state code. See ByteRTCErrorCode{@link #ByteRTCErrorCode} and ByteRTCWarningCode{@link #ByteRTCWarningCode} for specific indications. @param extraInfo Extra information,default is empty.
Implementation
FutureOr<void> rtcRoom$onStreamStateChanged$withUid$state$extraInfo(
ByteRTCGameRoom rtcRoom,
NSString roomId,
NSString uid,
NSInteger state,
NSString extraInfo) async {}