MediaSFU React Native
    Preparing search index...

    Interface UpdateParticipantAudioDecibelsOptions

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

    Properties

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