onSyncedVideoFrames$withUids method

FutureOr<void> onSyncedVideoFrames$withUids(
  1. NSArray<id<ByteRTCVideoFrame>> videoFrames,
  2. NSArray<NSString> uids
)

@detail callback @brief The user who calls startChorusCacheSync:observer:{@link #ByteRTCEngine#startChorusCacheSync:observer} as consumer receives the callback with synced video frames. The interval of receiving the callback is set by fps. @param count length of uids @param uids The list of participants as producer and retransmitter. The participants not sending media data are excluded. @param videoFrames Video data frame corresponding to uids. See ByteRTCVideoFrame{@link #ByteRTCVideoFrame}.

Implementation

FutureOr<void> onSyncedVideoFrames$withUids(
    NSArray<id<ByteRTCVideoFrame>> videoFrames,
    NSArray<NSString> uids) async {}