rtcEngine$onUserStartAudioCapture$info method
FutureOr<void>
rtcEngine$onUserStartAudioCapture$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 starts audio capture by calling startAudioCapture{@link #ByteRTCEngine#startAudioCapture}. @param engine ByteRTCEngine instance @param streamId The stream ID of the remote user who turns on audio capture @param info Information of the remote user who turn on audio capture, see ByteRTCStreamInfo{@link #ByteRTCStreamInfo}.
Implementation
FutureOr<void> rtcEngine$onUserStartAudioCapture$info(
ByteRTCEngine engine, NSString streamId, ByteRTCStreamInfo info) async {}