Today’s latest release of the Plivo Browser SDK includes support for handling multiple incoming calls. This feature gives developers control of calls that arrive on agent endpoints while agents are talking to other customers. The ability to handle multiple incoming calls helps agents manage and answer calls based on priority, caller ID, and context, thereby improving overall customer experience.
As part of this new version, we’re introducing a new call management mode that, when enabled, ensures incoming calls are never silently rejected. Instead, agents are presented with the option to accept, reject, or ignore the incoming call, thus ensuring better call management.
Activating multiple incoming call mode
Before today, incoming calls would be silently rejected if the destination endpoint was engaged in another call. Now, you can set a new configuration parameter, allowMultipleIncomingCalls, to true to enable multiple incoming calls when you initialize the SDK. (The default value is false, to be consistent with past behavior.)