ovr_Voip_Stop Function
Terminates a VoIP session with the specified user. Note that a muting functionality should be used to temporarily stop sending audio; restarting a VoIP session after tearing it down may be an expensive operation.
This function can be safely called from any thread.
void ovr_Voip_Stop(ovrID userID)
userID: ovrID
The ID of the user to terminate the VoIP session with.
void