onForwardStreamEvent method
@detail callback @author shenpengliang @brief Callback returning the events during relaying the media stream to each room @param eventInfos Array of the event of each designated room. Refer to ForwardStreamEventInfo{@link #ForwardStreamEventInfo} for more information.
Implementation
FutureOr<void> onForwardStreamEvent(
Array<ForwardStreamEventInfo> eventInfos) async {}