Interface UpdateParticipantAudioDecibelsOptions

interface UpdateParticipantAudioDecibelsOptions {
    name: string;
    averageLoudness: number;
    audioDecibels: AudioDecibels[];
    updateAudioDecibels: ((audioDecibels: AudioDecibels[]) => void);
}

Properties

name: string
averageLoudness: number
audioDecibels: AudioDecibels[]
updateAudioDecibels: ((audioDecibels: AudioDecibels[]) => void)
MMNEPVFCICPMFPCPTTAAATR