onUserStopAudioCapture property
FutureOr<void> Function(String streamId, StreamInfo info)?
onUserStopAudioCapture
getter/setter pair
@detail callback @author dixing @brief Users in the room call stopAudioCapture{@link #RTCEngine#stopAudioCapture} when audio capture is turned off, other users in the room will receive this callback. @param streamId Stream ID @param streamInfo Stream information, see StreamInfo{@link #StreamInfo}
Implementation
FutureOr<void> Function(String streamId, StreamInfo info)?
onUserStopAudioCapture;