Class CallConnectionProperties

java.lang.Object
com.azure.communication.callautomation.models.CallConnectionProperties

public final class CallConnectionProperties extends Object
Asynchronous client that supports call connection operations.
  • Constructor Details

    • CallConnectionProperties

      public CallConnectionProperties()
      Public constructor.
  • Method Details

    • getTargetParticipants

      public List<CommunicationIdentifier> getTargetParticipants()
      Get the targets property.
      Returns:
      list of targets
    • getSource

      public CommunicationIdentifier getSource()
      Get the source identity.
      Returns:
      source value.
    • getSourceCallerIdNumber

      public PhoneNumberIdentifier getSourceCallerIdNumber()
      Get the source caller id number for PSTN.
      Returns:
      sourceCallerIdNumber value.
    • getSourceDisplayName

      public String getSourceDisplayName()
      Get the display name.
      Returns:
      sourceDisplayName value.
    • getServerCallId

      public String getServerCallId()
      Get the server call Id.
      Returns:
      serverCallId value.
    • getCallConnectionState

      public CallConnectionState getCallConnectionState()
      Get the callConnectionState property.
      Returns:
      callConnectionState value.
    • getCallbackUrl

      public String getCallbackUrl()
      Get the callbackUri property.
      Returns:
      callbackUri value.
    • getCallConnectionId

      public String getCallConnectionId()
      Get the callConnectionId property, which is the call connection id.
      Returns:
      callConnectionId value.
    • getAnsweredBy

      public CommunicationUserIdentifier getAnsweredBy()
      Get identity that answered the call
      Returns:
      identity that answered the call
    • getCorrelationId

      public String getCorrelationId()
      Get correlationId for the call
      Returns:
      correlationId for the call
    • 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:
      the answeredFor value.