Zoom Meeting SDK for Web - Component View
    Preparing search index...

    Interface VideoOptions

    Options to customize video.

    Options for the underlying popper element.

    Whether the video container is resizable. Default is true.

    Sizing options for (a) ribbon view, and (b) all other views.

    default view type for the meeting. Note that this is an init-only option, and does nothing post-init

    interface VideoOptions {
        defaultViewType?: SuspensionViewType;
        isResizable?: boolean;
        popper?: VideoPopperStyle;
        viewSizes?: { default?: CustomSize; ribbon?: CustomSize };
    }
    Index

    Properties

    defaultViewType?: SuspensionViewType
    isResizable?: boolean
    viewSizes?: { default?: CustomSize; ribbon?: CustomSize }