rtcRoom$onForwardStreamStateChanged method
FutureOr<void>
rtcRoom$onForwardStreamStateChanged(
- ByteRTCGameRoom rtcRoom,
- NSArray<
ByteRTCForwardStreamStateInfo> infos
@detail callback @author luomingkang @brief Callback returning the state and errors during relaying the media stream to each of the rooms @param rtcRoom ByteRTCGameRoom instance. @param infos Array of the state and errors of each designated room. Refer to ByteRTCForwardStreamStateInfo{@link #ByteRTCForwardStreamStateInfo} for more information.
Implementation
FutureOr<void> rtcRoom$onForwardStreamStateChanged(ByteRTCGameRoom rtcRoom,
NSArray<ByteRTCForwardStreamStateInfo> infos) async {}