registerDebugPhoneAccount

fun registerDebugPhoneAccount(): Boolean

Registers the debug phone account in the system. Needed before calling createIncomingCall or createOutgoingCall.

Caller is responsible for unregistering the phone account with unregisterDebugPhoneAccount.

Return

true if the phone account is registered, false otherwise.

See also