rtcEngine$onUserStopAudioCapture$info method
FutureOr<void>
rtcEngine$onUserStopAudioCapture$info(
- ByteRTCEngine engine,
- NSString streamId,
- ByteRTCStreamInfo info
@detail callback @author dixing @brief The remote clients in the room will be informed of the state change via this callback after the visible user stops audio capture by calling stopAudioCapture{@link #ByteRTCEngine#stopAudioCapture}. @param engine ByteRTCEngine instance @param streamId The stream ID @param info Information of the audio stream.
Implementation
FutureOr<void> rtcEngine$onUserStopAudioCapture$info(
ByteRTCEngine engine, NSString streamId, ByteRTCStreamInfo info) async {}