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

OvrPlatform_Voip_SetSystemVoipSuppressed Function

Sets whether SystemVoip should be suppressed so that this app's Voip can use the microphone and play incoming Voip audio. Once microphone switching functionality for the user is released, this function will no longer work. You can use UOvrRequestsBlueprintLibrary::Voip_GetMicrophoneAvailability() to see if the user has allowed the app access to the microphone. This returns a FOvrSystemVoipState object which contains statuses about whether the microphone is muted or whether passthrough is enabled.

Signature

void OVRPLATFORM_API OvrPlatform_Voip_SetSystemVoipSuppressed(UGameInstance *GameInstance, bool Suppressed, OvrPlatform_Voip_SetSystemVoipSuppressed_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
Suppressed: bool
Delegate: OvrPlatform_Voip_SetSystemVoipSuppressed_Delegate &&

Returns

void OVRPLATFORM_API