onForwardStreamEvent property
FutureOr<void> Function(List<ForwardStreamEventInfo> eventInfos)?
onForwardStreamEvent
getter/setter pair
@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> Function(List<ForwardStreamEventInfo> eventInfos)?
onForwardStreamEvent;