onSimulcastSubscribeFallback method

FutureOr<void> onSimulcastSubscribeFallback(
  1. String streamId,
  2. StreamInfo streamInfo,
  3. RemoteStreamSwitch event
)

@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> onSimulcastSubscribeFallback(
    String streamId, StreamInfo streamInfo, RemoteStreamSwitch event) async {}