createOutgoingCall

fun createOutgoingCall(phoneNumber: String)

Creates an outgoing call using the debugPhoneAccount.

The debug phone account needs to be registered first before calling this method.

See also

. Requires Manifest.permission.MANAGE_OWN_CALLS.

Parameters

phoneNumber

The phone number for the outgoing call. Should not be blank or empty.