Class CallConnectionProperties
java.lang.Object
com.azure.communication.callautomation.models.CallConnectionProperties
Asynchronous client that supports call connection operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet identity that answered the callGet the answeredFor property: Identity of the original Pstn target of an incoming Call.Get the callbackUri property.Get the callConnectionId property, which is the call connection id.Get the callConnectionState property.Get correlationId for the callGet the server call Id.Get the source identity.Get the source caller id number for PSTN.Get the display name.Get the targets property.
-
Constructor Details
-
CallConnectionProperties
public CallConnectionProperties()Public constructor.
-
-
Method Details
-
getTargetParticipants
Get the targets property.- Returns:
- list of targets
-
getSource
Get the source identity.- Returns:
- source value.
-
getSourceCallerIdNumber
Get the source caller id number for PSTN.- Returns:
- sourceCallerIdNumber value.
-
getSourceDisplayName
Get the display name.- Returns:
- sourceDisplayName value.
-
getServerCallId
Get the server call Id.- Returns:
- serverCallId value.
-
getCallConnectionState
Get the callConnectionState property.- Returns:
- callConnectionState value.
-
getCallbackUrl
Get the callbackUri property.- Returns:
- callbackUri value.
-
getCallConnectionId
Get the callConnectionId property, which is the call connection id.- Returns:
- callConnectionId value.
-
getAnsweredBy
Get identity that answered the call- Returns:
- identity that answered the call
-
getCorrelationId
Get correlationId for the call- Returns:
- correlationId for the call
-
getAnsweredFor
Get the answeredFor property: Identity of the original Pstn target of an incoming Call. Only populated when the original target is a Pstn number.- Returns:
- the answeredFor value.
-