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

    • getSource

      public CallSource getSource()
      Get the source property.
      Returns:
      source value.
    • getTargets

      public List<com.azure.communication.common.CommunicationIdentifier> getTargets()
      Get the targets property.
      Returns:
      list of targets
    • getServerCallId

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

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

      public URI getCallbackUri()
      Get the callbackUri property.
      Returns:
      callbackUri value.
    • getCallConnectionId

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