Speakerphone

data class Speakerphone(val name: String = "Speakerphone", val audio: AudioDevice) : StreamAudioDevice

An StreamAudioDevice representing the Speakerphone.

Constructors

Link copied to clipboard
constructor(name: String = "Speakerphone", audio: AudioDevice)

Properties

Link copied to clipboard
open override val audio: AudioDevice
Link copied to clipboard
open override val name: String

The friendly name of the device.

Inherited functions

Link copied to clipboard