Interface SwitchVideoOptions

interface SwitchVideoOptions {
    videoPreference: string;
    parameters: SwitchVideoParameters;
}

Properties

videoPreference: string