CallConnectionProperties Class
- java.
lang. Object - com.
azure. communication. callautomation. models. CallConnectionProperties
- com.
public final class CallConnectionProperties
Asynchronous client that supports call connection operations.
Constructor Summary
| Constructor | Description |
|---|---|
| CallConnectionProperties() |
Public constructor. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Communication |
getAnsweredBy()
Get identity that answered the call |
|
Phone |
getAnsweredFor()
Get the answered |
| String |
getCallbackUrl()
Get the callback |
| String |
getCallConnectionId()
Get the call |
|
Call |
getCallConnectionState()
Get the call |
| String |
getCorrelationId()
Get correlation |
|
Media |
getMediaStreamingSubscription()
Get the Media |
| String |
getServerCallId()
Get the server call Id. |
|
Communication |
getSource()
Get the source identity. |
|
Phone |
getSourceCallerIdNumber()
Get the source caller id number for PSTN. |
| String |
getSourceDisplayName()
Get the display name. |
|
List<Communication |
getTargetParticipants()
Get the targets property. |
|
Transcription |
getTranscriptionSubscription()
Get the Transcription |
Methods inherited from java.lang.Object
Constructor Details
CallConnectionProperties
public CallConnectionProperties()
Public constructor.
Method Details
getAnsweredBy
public CommunicationUserIdentifier getAnsweredBy()
Get identity that answered the call
Returns:
getAnsweredFor
public PhoneNumberIdentifier 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:
getCallbackUrl
public String getCallbackUrl()
Get the callbackUri property.
Returns:
getCallConnectionId
public String getCallConnectionId()
Get the callConnectionId property, which is the call connection id.
Returns:
getCallConnectionState
public CallConnectionState getCallConnectionState()
Get the callConnectionState property.
Returns:
getCorrelationId
public String getCorrelationId()
Get correlationId for the call
Returns:
getMediaStreamingSubscription
public MediaStreamingSubscription getMediaStreamingSubscription()
Get the MediaStreamingSubscription property: SubscriptionId for media streaming.
Returns:
getServerCallId
public String getServerCallId()
Get the server call Id.
Returns:
getSource
public CommunicationIdentifier getSource()
Get the source identity.
Returns:
getSourceCallerIdNumber
public PhoneNumberIdentifier getSourceCallerIdNumber()
Get the source caller id number for PSTN.
Returns:
getSourceDisplayName
public String getSourceDisplayName()
Get the display name.
Returns:
getTargetParticipants
public List<CommunicationIdentifier> getTargetParticipants()
Get the targets property.
Returns:
getTranscriptionSubscription
public TranscriptionSubscription getTranscriptionSubscription()
Get the TranscriptionSubscription property: SubscriptionId for transcription.
Returns: