onUserStartAudioCapture property

FutureOr<void> Function(String streamId, StreamInfo info)? onUserStartAudioCapture
getter/setter pair

@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> Function(String streamId, StreamInfo info)?
    onUserStartAudioCapture;