ConnectionServiceOption

ConnectionServiceOptions represents the options available to configure the Android connection service capability on the Kaleyra Video SDK.

Entries

Link copied to clipboard

The android connection service will be used when targeting at least api 28 and the logged user accepts the "android.permission.CALL_PHONE" permission when placing or receiving a call. When the logged user denies the android.permission.CALL_PHONE" permission all the calls will be connected anyway but no one will not be promoted as a system call.

Link copied to clipboard

The android connection service will be enabled and enforced when targeting at least api 28. In order to place an outgoing call or receive calls the logged user will have to accept the "android.permission.CALL_PHONE" permission as required. If the "android.permission.CALL_PHONE" is denied, no outgoing calls will be placed and the incoming calls will be automatically declined.

Link copied to clipboard

The android connection service is disabled. No incoming or outgoing calls will be promoted as a system call.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.