ZoomVideoSdkVideoStatusType: {
    hasVideoDevice: () => Promise<boolean>;
    isOn: () => Promise<boolean>;
}

Video status of the user.

Type declaration

  • hasVideoDevice: () => Promise<boolean>

    Determine whether the video device is available.

  • isOn: () => Promise<boolean>

    Determine whether the video is turned on.

MMNEPVFCICPMFPCPTTAAATR