rtcRoom$onForwardStreamEvent method
FutureOr<void>
rtcRoom$onForwardStreamEvent(
- ByteRTCGameRoom rtcRoom,
- NSArray<
ByteRTCForwardStreamEventInfo> infos
@detail callback @author luomingkang @brief Callback returning the events during relaying the media stream to each room @param rtcRoom RTCRoom object @param infos Array of the event of each designated room. Refer to ByteRTCForwardStreamEventInfo{@link #ByteRTCForwardStreamEventInfo} for more information.
Implementation
FutureOr<void> rtcRoom$onForwardStreamEvent(ByteRTCGameRoom rtcRoom,
NSArray<ByteRTCForwardStreamEventInfo> infos) async {}