rtcEngine$onUserStopVideoCapture$info method

FutureOr<void> rtcEngine$onUserStopVideoCapture$info(
  1. ByteRTCEngine engine,
  2. NSString streamId,
  3. ByteRTCStreamInfo info
)

@detail callback @author liuyangyang @brief 房间内的可见用户调用 stopVideoCapture{@link #ByteRTCEngine#stopVideoCapture} 关闭内部视频采集时,房间内其他用户会收到此回调。
若发布视频数据前未开启采集,房间内所有可见用户会收到此回调。 @param engine ByteRTCEngine 实例 @param streamId 视频流 ID @param info 视频流信息,详见 ByteRTCStreamInfo{@link #ByteRTCStreamInfo}。

Implementation

FutureOr<void> rtcEngine$onUserStopVideoCapture$info(
    ByteRTCEngine engine, NSString streamId, ByteRTCStreamInfo info) async {}