consumers\stream_success_audio_switch library

Classes

StreamSuccessAudioSwitchOptions
Represents the options required to perform StreamSuccessAudioSwitch.
StreamSuccessAudioSwitchParameters
Represents the parameters required for StreamSuccessAudioSwitch.

Functions

streamSuccessAudioSwitch(StreamSuccessAudioSwitchOptions options) Future<void>
Manages switching to a new audio stream, updating the audio producer, local streams, and UI state as necessary.

Typedefs

StreamSuccessAudioSwitchType = Future<void> Function(StreamSuccessAudioSwitchOptions options)
Type definition for the StreamSuccessAudioSwitch function.