Skip to content

CallPhoneRequest

Adnan Mujagić edited this page Jun 11, 2024 · 3 revisions

extends CallRequest



init(token, destination, phoneCallEventListener)

Description

Creates an instance of CallPhoneRequest required for making an outgoing phone call via callPhone method.

Arguments

Returns

Example

let token = obtainToken()
let callPhoneRequest = CallPhoneRequest(token, destination: "41793026727", phoneCallEventListener: self)



phoneCallEventListener

Description

Getter for the phoneCallEventListener field.

Returns

  • PhoneCallEventListener - Value of the phoneCallEventListener field representing the event handler for phone call events.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally