rtcRoom$onForwardStreamEvent method

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

@detail callback @author shenpengliang @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(ByteRTCRoom rtcRoom,
    NSArray<ByteRTCForwardStreamEventInfo> infos) async {}