Class RoomCallLocator

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

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

    • RoomCallLocator

      public RoomCallLocator(String roomId)
      Room call locator
      Parameters:
      roomId - Specify the room id.
  • Method Details

    • getRoomId

      public String getRoomId()
      Get the roomId property: The room id.
      Returns:
      the roomId value.