rtcRoom$onStreamStateChanged$withUid$state$extraInfo method

FutureOr<void> rtcRoom$onStreamStateChanged$withUid$state$extraInfo(
  1. ByteRTCRoom rtcRoom,
  2. NSString roomId,
  3. NSString uid,
  4. NSInteger state,
  5. NSString extraInfo,
)

@deprecated since 3.60, refer to Upgrade Guide for more. @detail callback @author shenpengliang @brief Callback on stream state changes. The user will receive this callback when they receive stream relating warnings and errors. @param rtcRoom ByteRTCRoom object. @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. Currently unavailable.

Implementation

FutureOr<void> rtcRoom$onStreamStateChanged$withUid$state$extraInfo(
    ByteRTCRoom rtcRoom,
    NSString roomId,
    NSString uid,
    NSInteger state,
    NSString extraInfo) async {}