Class ServerCallLocator

java.lang.Object
com.azure.communication.callautomation.models.CallLocator
com.azure.communication.callautomation.models.ServerCallLocator

public final class ServerCallLocator extends CallLocator
The locator used for joining or taking action on a call.
  • Constructor Details

    • ServerCallLocator

      public ServerCallLocator(String serverCallId)
      Group call locator
      Parameters:
      serverCallId - Specify the group call id.
  • Method Details

    • getServerCallId

      public String getServerCallId()
      Get the serverCallId property: The server call id.
      Returns:
      the serverCallId value.