setPhoneAccountHandle

fun setPhoneAccountHandle(phoneAccountHandle: String)

Sets the phone account handle name for VoIP calls in the Android Telecom Framework.

The phone account handle is a unique identifier for your app's calling service within the Android Telecom system. It must be unique per application.

Example:

// Configure handle for telecom system
PushwooshCallSettings.setPhoneAccountHandle("com.myapp.voip")

Parameters

phoneAccountHandle

the unique handle identifier for this phone account. Default is "pushwoosh handle" if not set.

See also