Package us.zoom.sdk
Interface ZoomVideoSDKAudioStatus
public interface ZoomVideoSDKAudioStatus
Zoom Video SDK audio status.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet audio type: VOIP (Voice over IP), Telephony, or None.boolean
isMuted()
Determine whether the audio is muted.boolean
Determine whether the user is talking.
-
Method Details
-
getAudioType
ZoomVideoSDKAudioStatus.ZoomVideoSDKAudioType getAudioType()Get audio type: VOIP (Voice over IP), Telephony, or None.- Returns:
- audio type
ZoomVideoSDKAudioStatus.ZoomVideoSDKAudioType
-
isMuted
boolean isMuted()Determine whether the audio is muted.- Returns:
- true if the audio is muted, otherwise false.
-
isTalking
boolean isTalking()Determine whether the user is talking.- Returns:
- true if the user is talking, otherwise false.
-