onForwardStreamStateChanged property
FutureOr<void> Function(List<ForwardStreamStateInfo> infos)?
onForwardStreamStateChanged
getter/setter pair
@detail callback @author shenpengliang @brief Callback returning the state and errors during relaying the media stream to each of the rooms @param stateInfos Array of the state and errors of each designated room. Refer to ForwardStreamStateInfo{@link #ForwardStreamStateInfo} for more information.
Implementation
FutureOr<void> Function(List<ForwardStreamStateInfo> infos)?
onForwardStreamStateChanged;