Call Quality
#
Manage call qualityUsers can receive notifications about the changes in call quality so that they can check their network connection to avoid any interruption during an active call.
#
Call Connection Quality ListenerTo detect changes in call quality, you need to implement ConnectionQualityListener listener and import its method. Based on the changes in call quality, the following interface method will be triggered by the SDK.
#
ConnectionQuality enumConnectionQuality is of the type enum, and it defines the quality of the call in three cases.
Case | Description |
---|---|
GOOD | Maximum available quality |
AVERAGE | Average quality |
POOR | Minimum available quality |
#
Get Call Connection QualityTo get an ongoing call quality, use getCallConnectionQuality() method.