MediaSFU Vue
    Preparing search index...

    Interface MediaSessionState

    interface MediaSessionState {
        isSessionActive: boolean;
        isLoading: boolean;
        participants: Participant[];
        roomName: string;
        hostName: string;
    }
    Index

    Properties

    isSessionActive: boolean
    isLoading: boolean
    participants: Participant[]
    roomName: string
    hostName: string