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

OvrPlatform_Voip_GetMicrophoneAvailability Function

Gets whether the microphone is currently available to the app. This can be used to show if the user's voice is able to be heard by other users. Returns a microphone availability state flag which determines whether it is available or not - FOvrMicrophoneAvailabilityState.

Signature

void OVRPLATFORM_API OvrPlatform_Voip_GetMicrophoneAvailability(UGameInstance *GameInstance, OvrPlatform_Voip_GetMicrophoneAvailability_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
Delegate: OvrPlatform_Voip_GetMicrophoneAvailability_Delegate &&

Returns

void OVRPLATFORM_API