-
Notifications
You must be signed in to change notification settings - Fork 3
IncomingCall
Kenan Genjac edited this page Feb 23, 2023
·
3 revisions
extends
Call
Accepts an incoming call, which ends up in both parties receiving CallEstablishedEvent
,
after accept is processed by Infobip WebRTC platform.
none
N/A
incomingCall.accept()
Declines the incoming call, which ends up in both parties receiving the CallHangupEvent
,
after decline is processed by Infobip WebRTC platform.
none
N/A
incomingCall.decline()
Declines the incoming call, which ends up in both parties receiving the CallHangupEvent
,
after decline is processed by Infobip WebRTC platform. DeclineOptions
give a control over declining
the call on all devices.
none
N/A
incomingCall.decline(DeclineOptions(true))