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 ActiveCallThe method returns theActiveCallinstance.The method returns theIncomingCallinstance.
-
Method Details
-
getIncomingCall
IncomingCall getIncomingCall()The method returns theIncomingCallinstance.- Returns:
- the
IncomingCall - Since:
- 11.27
-
getActiveCall
The method returns theActiveCallinstance.- Specified by:
getActiveCallin interfaceActiveCallProvider- Returns:
- the
ActiveCall - Since:
- 11.27
-