ZoomViewProps: {
    fullScreen?: boolean;
    hasMultiCamera?: boolean;
    isPiPView?: boolean;
    multiCameraIndex?: string | null;
    preview?: boolean;
    sharing?: boolean;
    userId: string | null;
    videoAspect?: VideoAspect;
    videoResolution?: VideoResolution;
} & ViewProps

Properties for the ZoomView component.

Type declaration

  • OptionalfullScreen?: boolean

    If true, displays the video in full-screen mode.

    false
    
  • OptionalhasMultiCamera?: boolean

    If true, enables multi-camera support.

    false
    
  • OptionalisPiPView?: boolean

    If true, enables Picture-in-Picture (PiP) mode.

    false
    
  • OptionalmultiCameraIndex?: string | null

    The index of the selected camera when using multiple cameras. If null, the default camera is used.

  • Optionalpreview?: boolean

    If true, the video view is for preview purpose.

    false
    
  • Optionalsharing?: boolean

    Indicates whether the user is sharing their screen.

    false
    
  • userId: string | null

    The unique user ID of the participant that the video view belongs to.

  • OptionalvideoAspect?: VideoAspect

    Defines the aspect ratio of the video.

  • OptionalvideoResolution?: VideoResolution

    Specifies the resolution of the video.

MMNEPVFCICPMFPCPTTAAATR