-
public final class CallCompositeIncomingCallEvent
Incoming call event.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
callId
private final String
callerDisplayName
private final CommunicationIdentifier
callerIdentifier
-
Method Summary
Modifier and Type Method Description String
getCallId()
Get call id. String
getCallerDisplayName()
Get caller display name. CommunicationIdentifier
getCallerIdentifier()
Get caller communication identifier. -
-
Method Detail
-
getCallerDisplayName
String getCallerDisplayName()
Get caller display name.
-
getCallerIdentifier
CommunicationIdentifier getCallerIdentifier()
Get caller communication identifier.
-
-
-
-