MediaSFU ReactJS
    Preparing search index...

    Interface VideoCardParameters

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

    Indexable

    • [key: string]: any
    Index

    Properties

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