MediaSFU React Native (Expo)
    Preparing search index...

    Interface PanelistControlMediaData

    interface PanelistControlMediaData {
        type: "audio" | "video";
        action: "mute" | "unmute";
        reason?: string;
    }
    Index

    Properties

    Properties

    type: "audio" | "video"
    action: "mute" | "unmute"
    reason?: string