AudioOutPutChanged

class AudioOutPutChanged(val eventType: String, var newAudioOutput: Int) : VoipEvents

Data class to be used to handle the change of audio output

Constructors

Link copied to clipboard
fun AudioOutPutChanged(eventType: String, newAudioOutput: Int)

Properties

Link copied to clipboard
var newAudioOutput: Int

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
val eventType: String
Link copied to clipboard
var type: String