Update Participant Audio Decibels Options
data class UpdateParticipantAudioDecibelsOptions(val name: String, val averageLoudness: Double, val audioDecibels: MutableList<AudioDecibels>, val updateAudioDecibels: (List<AudioDecibels>) -> Unit)
Options for updating the audio decibels of a participant.
Constructors
Link copied to clipboard
constructor(name: String, averageLoudness: Double, audioDecibels: MutableList<AudioDecibels>, updateAudioDecibels: (List<AudioDecibels>) -> Unit)