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.
void ovr_Voip_Start(ovrID userID)
userID: ovrID
The ID of the user to establish a VoIP session with.
void