onRequestKeyFrame$info$withVideoIndex method

FutureOr<void> onRequestKeyFrame$info$withVideoIndex(
  1. NSString streamId,
  2. ByteRTCStreamInfo info,
  3. NSInteger videoIndex
)

@detail callback @author wangzhanqiang @brief 提示流发布端需重新生成关键帧的回调 @param streamId 远端编码流 ID @param info 远端编码流信息,参看 ByteRTCStreamInfo{@link #ByteRTCStreamInfo} @param videoIndex 对应编码流的下标

Implementation

FutureOr<void> onRequestKeyFrame$info$withVideoIndex(
    NSString streamId, ByteRTCStreamInfo info, NSInteger videoIndex) async {}