consumers\resume_send_transport_audio library

Classes

ResumeSendTransportAudioOptions
ResumeSendTransportAudioParameters

Functions

resumeLocalSendTransportAudio(ResumeSendTransportAudioOptions options) Future<void>
Resumes the local send transport for audio by resuming the local audio producer and updating the state.
resumeSendTransportAudio({required ResumeSendTransportAudioOptions options}) Future<void>
Resumes the send transport for audio and updates the UI and audio producer state accordingly.

Typedefs

ResumeSendTransportAudioType = Future<void> Function({required ResumeSendTransportAudioOptions options})