Class GroupCallLocator

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

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

    • GroupCallLocator

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

    • getGroupCallId

      public String getGroupCallId()
      Get the groupCallId property: The group call id.
      Returns:
      the groupCallId value.