onForwardStreamStateChanged method
@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> onForwardStreamStateChanged(
Array<ForwardStreamStateInfo> stateInfos) async {}