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 set callConnectionQualityListener() listener method. Based on the call quality, this listener method will be called.
#
Sample Call Connection Quality Response:#
Response Property Details:Property | Description |
---|---|
quality | Quality of the ongoing call (GOOD/AVERAGE/POOR) |
#
Get Call Connection QualityTo get the ongoing call quality, use getCallConnectionQuality() method. The response will be the 'GOOD/AVERAGE/POOR' based on current quality of the call.