rtcRoom$onAVSyncEvent$userId$eventCode method

FutureOr<void> rtcRoom$onAVSyncEvent$userId$eventCode(
  1. ByteRTCRoom rtcRoom,
  2. NSString roomId,
  3. NSString userId,
  4. ByteRTCAVSyncEvent eventCode,
)

@detail callback @valid since 3.60. @brief Stream publisher will receive this callback when the A/V synchronization error occurs after setMultiDeviceAVSync:{@link #ByteRTCRoom#setMultiDeviceAVSync} is called. @param rtcRoom ByteRTCRoom object @param roomId Room ID. @param userId User ID. @param eventCode A/V synchronization error, see ByteRTCAVSyncEvent{@link #ByteRTCAVSyncEvent}.

Implementation

FutureOr<void> rtcRoom$onAVSyncEvent$userId$eventCode(ByteRTCRoom rtcRoom,
    NSString roomId, NSString userId, ByteRTCAVSyncEvent eventCode) async {}