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

ovr_Voip_SetMicrophoneMuted Function

This function is used to enable or disable the local microphone. When muted, the microphone will not transmit any audio. Voip connections are unaffected by this state. New connections can be established or closed whether the microphone is muted or not. This can be used to implement push- to-talk, or a local mute button. The default state is unmuted.
This function can be safely called from any thread.

Signature

void ovr_Voip_SetMicrophoneMuted(ovrVoipMuteState state)

Parameters

Returns

void