This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Platform 1.36 Reference Guide

OVR_Requests_Voip.h File Reference

Functions

ovrRequest

Function Documentation

ovrRequest ovr_Voip_SetSystemVoipSuppressed ( bool suppressed )
Sets whether SystemVoip should be suppressed so that this app's Voip can use the mic and play incoming Voip audio.
A message with type ovrMessage_Voip_SetSystemVoipSuppressed will be generated in response.
First call ovr_Message_IsError() to check if an error occurred.
If no error occurred, the message will contain a payload of type ovrSystemVoipStateHandle. Extract the payload from the message handle with ovr_Message_GetSystemVoipState().
1
2
3
4
5
6
7
8
9
19
20
21
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_REQUESTS_VOIP_H
#define OVR_REQUESTS_VOIP_H

#include "OVR_Types.h"
#include "OVR_Platform_Defs.h"


OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_Voip_SetSystemVoipSuppressed(bool suppressed);

#endif
The documentation for this file was generated from the following file: OVR_Requests_Voip.h