rtcRoom$onAVSyncEvent$userId$eventCode method
FutureOr<void>
rtcRoom$onAVSyncEvent$userId$eventCode(
- ByteRTCRoom rtcRoom,
- NSString roomId,
- NSString userId,
- 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 {}