rtcRoom$onAVSyncStateChange method
@detail callback @author wangzhanqiang @brief Stream publisher will receive this callback when the A/V synchronization state changes after setMultiDeviceAVSync:{@link #ByteRTCRoom#setMultiDeviceAVSync} is called. @param rtcRoom The ByteRTCRoom instance. @param state A/V synchronization state, see ByteRTCAVSyncState{@link #ByteRTCAVSyncState}.
Implementation
FutureOr<void> rtcRoom$onAVSyncStateChange(
ByteRTCRoom rtcRoom, ByteRTCAVSyncState state) async {}