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

    Type Alias ZoomVideoSdkAudioStatusType

    Audio status of the user.

    type ZoomVideoSdkAudioStatusType = {
        getAudioType: () => Promise<AudioType>;
        isMuted: () => Promise<boolean>;
        isTalking: () => Promise<boolean>;
    }

    Implemented by

    Index

    Properties

    getAudioType: () => Promise<AudioType>

    Get the audio type of user.

    isMuted: () => Promise<boolean>

    Determine whether the audio is muted.

    isTalking: () => Promise<boolean>

    Determine whether the user is talking.