ConnectionServiceOption
ConnectionServiceOptions represents the options available to configure the Android connection service capability on the Kaleyra Video SDK.
Entries
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.
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.
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.