-
Notifications
You must be signed in to change notification settings - Fork 0
CallConversationsRequest
Adnan Arnautović edited this page Jan 26, 2023
·
1 revision
Creates an instance of CallConversationsRequest
required for making an outgoing call to Infobip Conversations platform
via callConversations
method.
-
token
:String
- Authentication token generated by client's app via Infobip's HTTP /webrtc/1/token endpoint. -
callDelegate
:CallDelegate
- Delegate used for receiving call events.
-
CallConversationsRequest
- Instance of theCallConversationsRequest
.
let token = obtainToken()
let callConversationsRequest = CallConversationsRequest(token, self)
- Prerequisites
- Events
- InfobipRTC
- Call
- IncomingCall
- OutgoingCall
- CallRequest
- CallConversationsRequest
- CallOptions
- VideoOptions
- VideoTrack
- RecordingOptions
- CameraOrientation
- CallPhoneNumberOptions
- CallStatus
- CallError
- DTMFError
- ErrorCode
- RTCUser
- CallDelegate
- CallRingingEvent
- CallEstablishedEvent
- CallUpdatedEvent
- CallHangupEvent
- CallErrorEvent
- InfobipSimulator
- Conference
- ConferenceDelegate
- ConferenceRequest
- ConferenceStatus
- ConferenceError
- ConferenceUser
- NetworkQuality
- NetworkQualityChangedEvent
- NetworkQualityDelegate