Interface OutgoingCallProvider
-
- All Superinterfaces:
ActiveCallProvider
- All Known Subinterfaces:
AgentOutgoingCallInfo
,OutgoingCallDeliveredEvent
,OutgoingCallEstablishedEvent
,OutgoingCallFinishedEvent
,OutgoingCallRedirectedEvent
,OutgoingCallStateChangedEvent
,OutgoingCallTransferredEvent
public interface OutgoingCallProvider extends ActiveCallProvider
Represents an object, that provides anOutgoingCall
.- Since:
- 11.27
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ActiveCall
getActiveCall()
The method returns theActiveCall
instance.OutgoingCall
getOutgoingCall()
The method returns theOutgoingCall
instance.
-
-
-
Method Detail
-
getOutgoingCall
OutgoingCall getOutgoingCall()
The method returns theOutgoingCall
instance.- Returns:
- the
OutgoingCall
- Since:
- 11.27
-
getActiveCall
default ActiveCall getActiveCall()
The method returns theActiveCall
instance.- Specified by:
getActiveCall
in interfaceActiveCallProvider
- Returns:
- the
ActiveCall
- Since:
- 11.27
-
-