RoomCallLocator Class
- java.
lang. Object - com.
azure. communication. callautomation. models. CallLocator - com.
azure. communication. callautomation. models. RoomCallLocator
- com.
- com.
public final class RoomCallLocator
extends CallLocator
The locator used for joining or taking action on a call.
Constructor Summary
| Constructor | Description |
|---|---|
| RoomCallLocator(String roomId) |
Room call locator |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getRoomId()
Get the room |
Methods inherited from CallLocator
Methods inherited from java.lang.Object
Constructor Details
RoomCallLocator
public RoomCallLocator(String roomId)
Room call locator
Parameters:
Method Details
getRoomId
public String getRoomId()
Get the roomId property: The room id.
Returns: