Interface IncomingCall
-
- All Superinterfaces:
ActiveCall
public interface IncomingCall extends ActiveCall
The interface represents an incoming direct call from any source device to an agent device. That means, the caller is directly connected to the agent. AnIncomingCall
is a stateless object that only provides basic call information.- Since:
- 11.27
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.iagent.model.ActiveCall
getCallId, getSourceId, getTargetId
-
-