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

Audio status of the user.

Type declaration

  • 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.

MMNEPVFCICPMFPCPTTAAATR