Interface AudioCardParameters

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

Hierarchy (view full)

Methods

Properties

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