Updates the audio decibels for a participant.
The options for updating participant audio decibels.
const options = { name: 'participant1', averageLoudness: 50, audioDecibels: [{ name: 'participant1', averageLoudness: 50 }], updateAudioDecibels: updateAudioDecibelsFunction,};updateParticipantAudioDecibels(options); Copy
const options = { name: 'participant1', averageLoudness: 50, audioDecibels: [{ name: 'participant1', averageLoudness: 50 }], updateAudioDecibels: updateAudioDecibelsFunction,};updateParticipantAudioDecibels(options);
Updates the audio decibels for a participant.