onAVSyncStateChange method

FutureOr<void> onAVSyncStateChange(
  1. AVSyncState state
)

@detail callback @author wangzhanqiang @brief Stream publisher will receive this callback when the A/V synchronization state changes after setMultiDeviceAVSync{@link #RTCRoom#setMultiDeviceAVSync} is called. @param state A/V synchronization state, see AVSyncState{@link #AVSyncState}.

Implementation

FutureOr<void> onAVSyncStateChange(AVSyncState state) async {}