Hiyve Components - v1.0.0
    Preparing search index...

    Audio and video mute status of a participant.

    interface MuteStatus {
        audio: boolean;
        output?: boolean;
        video: boolean;
    }
    Index

    Properties

    Properties

    audio: boolean

    Whether audio (microphone) is muted

    output?: boolean

    Whether output (speaker) is muted by room owner

    video: boolean

    Whether video (camera) is muted/off