onSimulcastSubscribeFallback property
FutureOr<void> Function(String streamId, StreamInfo streamInfo, RemoteStreamSwitch event)?
onSimulcastSubscribeFallback
getter/setter pair
@detail callback @author panjian.fishing @brief When the simulcast subscribe fallback occurs, this callback is received. @param streamId Stream ID. @param streamInfo Stream information. See StreamInfo{@link #StreamInfo}. @param event The information about the change of the simulcast subscribe. See RemoteStreamSwitch{@link #RemoteStreamSwitch} for specific indications.
Implementation
FutureOr<void> Function(
String streamId, StreamInfo streamInfo, RemoteStreamSwitch event)?
onSimulcastSubscribeFallback;