@zoom/react-native-videosdk
    Preparing search index...

    Type Alias ZoomVideoSdkVideoStatusType

    Video status of the user.

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

    Implemented by

    Index

    Properties

    Properties

    hasVideoDevice: () => Promise<boolean>

    Determine whether the video device is available.

    isOn: () => Promise<boolean>

    Determine whether the video is turned on.