matrix-js-sdk

    Interface CallFeedStats

    interface CallFeedStats {
        audio: null | TrackStats;
        isAudioMuted: boolean;
        isVideoMuted: boolean;
        prefix: string;
        purpose: string;
        stream: string;
        type: "remote" | "local";
        video: null | TrackStats;
    }
    Index

    Properties

    audio: null | TrackStats
    isAudioMuted: boolean
    isVideoMuted: boolean
    prefix: string
    purpose: string
    stream: string
    type: "remote" | "local"
    video: null | TrackStats
    MMNEPVFCICPMFPCPTTAAATR