API reference
API reference
Select your platform
No SDKs available
No versions available

MicrophoneAvailabilityState Class

It represents the availability of a microphone device. It can be retrieved using com.meta.horizon.platform.ovr.requests.Voip#getMicrophoneAvailability(). It has only one field, microphone_available, which is a boolean value that indicates whether a microphone is available or not. This data structure can be used by applications to determine whether they can use the microphone for audio input or not.

Member Functions

MicrophoneAvailabilityState
( final long ptr )
A boolean indicates whether the microphone is currently available or not. If there is any update on the microphone availability, it will be retrieved as a notification using com.meta.horizon.platform.ovr.Message.MessageType#Notification_Voip_MicrophoneAvailabilityStateUpdate.
Returns
boolean
Did you find this page helpful?
Thumbs up icon
Thumbs down icon