Skip to content

CallApplicationRequest

Lejla Solak edited this page Aug 5, 2024 · 5 revisions



init(token, callsConfigurationId, applicationCallEventListener)

Description

Creates a new instance of CallApplicationRequest.

Arguments

Returns

  • N/A

Example

let token = obtainToken()
let callApplicationRequest = CallApplicationRequest(token, callsConfigurationId: "45g2gql9ay4a2blu55uk1628", applicationCallEventListener: self)



token

Description

Read-only string property representing the authentication token generated by client's app via Infobip' s HTTP /webrtc/1/token endpoint.



callsConfigurationId

Description

Read-only string property representing the Calls Configuration ID which is configured using the Calls Configuration API.



applicationCallEventListener

Description

Read-only event listener property representing the event handler for application call events.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally