Members
(readonly) channels :number
- number
(readonly) delay :number
The expected delay value is between 50 and 200 ms. If this value exceeds the upper threshold set in the audio configuration on the server side, a pitch shifting is applied to accellerate the playback and bring the latency back below the lower threshold (also set in the configuration).
- number
(readonly) id :number
The id is always equal to the User id of the client sending the audio stream.
- number
(readonly) isMono :boolean
- boolean
(readonly) isMuted :boolean
- boolean
(readonly) leftLevel :number
Measured value is peak value or RMS (Root Mean Square) value, depending on the ConfigData.AudioCfg.monitoringMode property. If this is an incoming stream, this value is measured if the ConfigData.AudioCfg.monitorInLevel property is set to true only. If this is an outgoing stream, it is measured if the ConfigData.AudioCfg.monitorOutLevel property is set to true only.
- number
(readonly) rightLevel :number
See leftLevel for more information. For mono audio (single audio channel), this value is equal to the left channel value.
- number
(readonly) room :SFSRoom
(readonly) sampleRate :number
- number