onAVSyncEvent property

FutureOr<void> Function(String roomId, String userId, AVSyncEvent eventCode)? onAVSyncEvent
getter/setter pair

@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> Function(String roomId, String userId, AVSyncEvent eventCode)?
    onAVSyncEvent;