launch Outgoing Call
fun Context.launchOutgoingCall(remoteUri: Uri, localDisplayName: String, remoteDisplayName: String = "Unknown", engagementParameters: Map<String, String>? = null, isPriority: Boolean? = null)
Extension method to start a new outgoing call by sending a message to TelecomCallService.
Parameters
remote Uri
The address of the AXP queue to call as a Uri.
local Display Name
Display name for the calling user.
remote Display Name
Optional display name of the AXP agent queue being called.
engagement Parameters
Optional additional AXP parameters for the call.
is Priority
Is the call a priority one?