Interface ControlMediaHostData

interface ControlMediaHostData {
    type:
        | "video"
        | "all"
        | "screenshare"
        | "audio";
}

Properties

Properties

type:
    | "video"
    | "all"
    | "screenshare"
    | "audio"