onAVSyncEvent method
@detail callback @valid since 3.60. @brief Stream publisher will receive this callback when the A/V synchronization error occurs after setMultiDeviceAVSync{@link #RTCRoom#setMultiDeviceAVSync} is called. @param roomId Room ID. @param uid User ID. @param eventCode A/V synchronization error, see AVSyncEvent{@link #AVSyncEvent}.
Implementation
FutureOr<void> onAVSyncEvent(
String roomId, String uid, AVSyncEvent eventCode) async {}