-
Notifications
You must be signed in to change notification settings - Fork 2
CallRequest
Adnan Mujagić edited this page Jun 11, 2024
·
4 revisions
Creates an instance of CallRequest.
-
token:String- Authentication token generated by client's app via Infobip's HTTP /webrtc/1/token endpoint. -
destination:String- Remote endpoint's identity or phone number to call.
-
CallRequest- Instance of theCallRequest.
let token = obtainToken()
let callRequest = CallRequest(token, destination: "Alice")Getter for the token field.
-
token:String- Represents authentication token generated by client's app via Infobip's HTTP /webrtc/1/token endpoint.
Getter for the destination field.
-
destination:String- Represents the remote endpoint's identity or phone number to be called.