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