Interface IncomingCallProvider
- All Superinterfaces:
ActiveCallProvider
- All Known Subinterfaces:
AgentIncomingCallInfo
,IncomingCallDeliveredEvent
,IncomingCallEstablishedEvent
,IncomingCallFinishedEvent
,IncomingCallRedirectedEvent
,IncomingCallStateChangedEvent
,IncomingCallTransferredEvent
Represents an object, that provides an
IncomingCall
.- Since:
- 11.27
-
Method Summary
Modifier and TypeMethodDescriptiondefault ActiveCall
The method returns theActiveCall
instance.The method returns theIncomingCall
instance.
-
Method Details
-
getIncomingCall
IncomingCall getIncomingCall()The method returns theIncomingCall
instance.- Returns:
- the
IncomingCall
- Since:
- 11.27
-
getActiveCall
The method returns theActiveCall
instance.- Specified by:
getActiveCall
in interfaceActiveCallProvider
- Returns:
- the
ActiveCall
- Since:
- 11.27
-