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

VoipBitrate Enum

It's a set of predefined values that represent different levels of audio quality for Voice over IP (VoIP) connections. It can be used in VoipOptions.SetBitrateForNewConnections() to set the maximum average bitrate the audio codec should use for new VoIP connections.

Enumeration Constants

MemberDescription
Unknown
B16000
Very low audio quality for minimal network usage. This may not give the full range of Hz for audio, but it will save on network usage.
B24000
Lower audio quality but also less network usage.
B32000
This is the default bitrate for voip connections. It should be the best tradeoff between audio quality and network usage.
B64000
Higher audio quality at the expense of network usage. Good if there's music being streamed over the connections
B96000
Even higher audio quality for music streaming or radio-like quality.
B128000
At this point the audio quality should be perceptually indistinguishable from the uncompressed input.