Interface ControlMediaHostData

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

Properties

Properties

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