onStop property

FutureOr<void> Function(String streamId)? onStop
getter/setter pair

@detail callback @author wangzhanqiang @brief When receiving the callback, you need to stop pushing custom encoded video frames to the SDK @param streamId The ID of the encoded stream that needs to be stopped @param streamInfo The properties of the encoded stream that needs to be stopped

Implementation

FutureOr<void> Function(String streamId)? onStop;