consumers/disconnect_send_transport_audio library

Classes

DisconnectSendTransportAudioOptions
Represents the options required to disconnect the audio send transport.
DisconnectSendTransportAudioParameters
Represents the parameters required to disconnect the audio send transport.

Functions

disconnectLocalSendTransportAudio(DisconnectSendTransportAudioOptions options) Future<void>
Disconnects the local send transport for audio by pausing the local audio producer and notifying the server.
disconnectSendTransportAudio(DisconnectSendTransportAudioOptions options) Future<void>
Disconnects the send transport for audio by pausing the audio producer(s) and updating the UI accordingly.

Typedefs

DisconnectSendTransportAudioType = Future<void> Function(DisconnectSendTransportAudioOptions options)
Type definition for the disconnectSendTransportAudio function.