rtcRoom$onForwardStreamEvent method

FutureOr<void> rtcRoom$onForwardStreamEvent(
  1. ByteRTCRoom rtcRoom,
  2. NSArray<ByteRTCForwardStreamEventInfo> infos
)

@detail callback @author shenpengliang @brief 跨房间媒体流转发事件回调 @param rtcRoom ByteRTCRoom 对象 @param infos 跨房间媒体流转发目标房间事件数组,详见 ByteRTCForwardStreamEventInfo{@link #ByteRTCForwardStreamEventInfo}

Implementation

FutureOr<void> rtcRoom$onForwardStreamEvent(ByteRTCRoom rtcRoom,
    NSArray<ByteRTCForwardStreamEventInfo> infos) async {}