UpdateParticipantAudioDecibelsOptions

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)

Properties

Link copied to clipboard

The current list of audio decibels

Link copied to clipboard

The new average loudness value

Link copied to clipboard

The name of the participant

Link copied to clipboard

Callback to update the audio decibels list