launchOutgoingCall

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

remoteUri

The address of the AXP queue to call as a Uri.

localDisplayName

Display name for the calling user.

remoteDisplayName

Optional display name of the AXP agent queue being called.

engagementParameters

Optional additional AXP parameters for the call.

isPriority

Is the call a priority one?