-
Notifications
You must be signed in to change notification settings - Fork 0
IncomingCall
Adnan Arnautović edited this page Jan 26, 2023
·
1 revision
Accepts an incoming call, which ends up in both parties receiving established
event, after accept is processed by
Infobip WebRTC platform.
none
none
incomingCall.accept()
Accepts the incoming call with additional call options, which ends up in both parties receiving the established
event,
after accept is processed by Infobip WebRTC platform.
-
callOptions
:CallOptions
- Call options to be used when accepting an incoming call.
none
let callOptions = CallOptions(video: true)
incomingCall.accept(callOptions)
Declines the incoming call, which ends up in both parties receiving the hangup
event, after decline is processed by
Infobip WebRTC platform.
none
none
incomingCall.decline()
- 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