onAVSyncStateChange property

FutureOr<void> Function(AVSyncState state)? onAVSyncStateChange
getter/setter pair

@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> Function(AVSyncState state)? onAVSyncStateChange;