-
Notifications
You must be signed in to change notification settings - Fork 0
CallPhoneNumberOptions
Adnan Arnautović edited this page Jan 26, 2023
·
1 revision
Creates an instance of CallPhoneNumberOptions
.
-
from
:String?
- Optional value representing phone number that will be displayed on the called device as the Caller ID when making phone number calls viacallPhoneNumber
method. -
recordingOptions
:RecordingOptions
- Optional recording configuration to be used when making a call.
-
CallPhoneNumberOptions
- Instance of theCallPhoneNumberOptions
.
let callPhoneNumberOptions = CallPhoneNumberOptions(from: "337522689", RecordingOptions(true))
- 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