rtcEngine$onSimulcastSubscribeFallback$info$event method

FutureOr<void> rtcEngine$onSimulcastSubscribeFallback$info$event(
  1. ByteRTCEngine engine,
  2. NSString streamId,
  3. ByteRTCStreamInfo info,
  4. ByteRTCRemoteStreamSwitchEvent event,
)

@detail callback @author panjian.fishing @brief 音视频流因网络环境变化等原因发生回退,或从回退中恢复时,触发该回调。 @param engine 当前 ByteRTCEngine 实例 @param streamId 流 ID @param info 流信息, 参看 ByteRTCStreamInfo{@link #ByteRTCStreamInfo}。 @param event 流切换信息。详见 ByteRTCRemoteStreamSwitchEvent{@link #ByteRTCRemoteStreamSwitchEvent}。

Implementation

FutureOr<void> rtcEngine$onSimulcastSubscribeFallback$info$event(
    ByteRTCEngine engine,
    NSString streamId,
    ByteRTCStreamInfo info,
    ByteRTCRemoteStreamSwitchEvent event) async {}