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

ovr_NetSync_GetVoipAmplitude Function

gets the voip amplitude of other sessions. the amplitude range is from [0.0f, 1.0f]
when successfully set the function returns true, else false.

Signature

bool ovr_NetSync_GetVoipAmplitude(long long connection_id, ovrID sessionId, float *amplitude)

Parameters

connection_id: long long
sessionId: ovrID
amplitude: float *

Returns

bool