Interface VideoCardParameters

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

Properties

socket: Socket<DefaultEventsMap, DefaultEventsMap>
roomName: string
coHostResponsibility: CoHostResponsibility[]
showAlert?: ShowAlert
coHost: string
participants: Participant[]
member: string
islevel: string
audioDecibels: AudioDecibels[]
getUpdatedAllParams: (() => VideoCardParameters)