AudioSwitchHandler

class AudioSwitchHandler(context: Context, audioDeviceChangeListener: AudioDeviceChangeListener) : AudioHandler

TODO: this class should be merged into the Microphone Manager

Constructors

Link copied to clipboard
constructor(context: Context, audioDeviceChangeListener: AudioDeviceChangeListener)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun selectDevice(audioDevice: AudioDevice?)
Link copied to clipboard
open override fun start()

Called when a room is started.

Link copied to clipboard
open override fun stop()

Called when a room is disconnected.