Interface OutgoingCallProvider
- All Superinterfaces:
ActiveCallProvider
- All Known Subinterfaces:
AgentOutgoingCallInfo
,OutgoingCallDeliveredEvent
,OutgoingCallEstablishedEvent
,OutgoingCallFinishedEvent
,OutgoingCallRedirectedEvent
,OutgoingCallStateChangedEvent
,OutgoingCallTransferredEvent
Represents an object, that provides an
OutgoingCall
.- Since:
- 11.27
-
Method Summary
Modifier and TypeMethodDescriptiondefault ActiveCall
The method returns theActiveCall
instance.The method returns theOutgoingCall
instance.
-
Method Details
-
getOutgoingCall
OutgoingCall getOutgoingCall()The method returns theOutgoingCall
instance.- Returns:
- the
OutgoingCall
- Since:
- 11.27
-
getActiveCall
The method returns theActiveCall
instance.- Specified by:
getActiveCall
in interfaceActiveCallProvider
- Returns:
- the
ActiveCall
- Since:
- 11.27
-