consumers\connect_send_transport_audio library

Classes

ConnectSendTransportAudioOptions
ConnectSendTransportAudioParameters

Functions

connectLocalSendTransportAudio({required ConnectSendTransportAudioOptions options}) Future<void>
Connects the local send transport for audio by producing audio data and updating the local audio producer and transport.
connectSendTransportAudio(ConnectSendTransportAudioOptions options) Future<void>
Sets up and connects the audio stream for media sharing, handling updates to local audio streams and producer transports.
updateMicLevel(Producer? audioProducer, void updateAudioLevel(double level)) → void
Updates the microphone audio level periodically.

Typedefs

ConnectSendTransportAudioType = Future<void> Function(ConnectSendTransportAudioOptions options)