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

ovr_Voip_Start Function

Attempts to establish a VoIP session with the specified user. A message of type ovrMessage_Notification_Voip_SystemVoipState will be posted when the session is established.
This function can be safely called from any thread.

Signature

void ovr_Voip_Start(ovrID userID)

Parameters

userID: ovrID The ID of the user to establish a VoIP session with.

Returns

void