rtcRoom$onForwardStreamStateChanged method
FutureOr<void>
rtcRoom$onForwardStreamStateChanged(
- ByteRTCRoom rtcRoom,
- NSArray<
ByteRTCForwardStreamStateInfo> infos
@detail callback @author shenpengliang @brief Callback returning the state and errors during relaying the media stream to each of the rooms @param rtcRoom ByteRTCRoom object @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(ByteRTCRoom rtcRoom,
NSArray<ByteRTCForwardStreamStateInfo> infos) async {}