MediaSFU ReactJS
    Preparing search index...

    Interface AudioCardParameters

    interface AudioCardParameters {
        audioDecibels: AudioDecibels[];
        participants: Participant[];
        socket: Socket;
        coHostResponsibility: CoHostResponsibility[];
        roomName: string;
        showAlert?: ShowAlert;
        coHost: string;
        islevel: string;
        member: string;
        eventType: string;
        getUpdatedAllParams(): AudioCardParameters;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    audioDecibels: AudioDecibels[]
    participants: Participant[]
    socket: Socket
    coHostResponsibility: CoHostResponsibility[]
    roomName: string
    showAlert?: ShowAlert
    coHost: string
    islevel: string
    member: string
    eventType: string