Interface ControlMediaHostOptions

interface ControlMediaHostOptions {
    type:
        | "chat"
        | "video"
        | "all"
        | "audio"
        | "screenshare";
    parameters: ControlMediaHostParameters;
}

Properties

Properties

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