onUserStartAudioCapture method
@detail callback @author dixing @brief Users in the room will receive this callback when they call startAudioCapture{@link #RTCEngine#startAudioCapture} to turn on audio capture. @param streamId The stream ID of the remote user who turns on audio capture @param streamInfo Information of the remote user who turn on audio capture, see StreamInfo{@link #StreamInfo}
Implementation
FutureOr<void> onUserStartAudioCapture(
String streamId, StreamInfo streamInfo) async {}