onStop$info method

FutureOr<void> onStop$info(
  1. NSString streamId,
  2. ByteRTCStreamInfo info
)

@detail callback @author wangzhanqiang @brief When receiving the callback, you need to stop pushing custom encoded video frames to the SDK @param streamId Custom encoded stream ID @param info Custom encoded stream information. See ByteRTCStreamInfo{@link #ByteRTCStreamInfo}

Implementation

FutureOr<void> onStop$info(NSString streamId, ByteRTCStreamInfo info) async {}