rtcRoom$onForwardStreamEvent method
FutureOr<void>
rtcRoom$onForwardStreamEvent(
- ByteRTCGameRoom rtcRoom,
- NSArray<
ByteRTCForwardStreamEventInfo> infos
@detail callback @author luomingkang @brief 跨房间媒体流转发事件回调 @param rtcRoom ByteRTCGameRoom 实例。 @param infos 跨房间媒体流转发目标房间事件数组,详见 ByteRTCForwardStreamEventInfo{@link #ByteRTCForwardStreamEventInfo}
Implementation
FutureOr<void> rtcRoom$onForwardStreamEvent(ByteRTCGameRoom rtcRoom,
NSArray<ByteRTCForwardStreamEventInfo> infos) async {}