RoomCallLocator Class
- java.
lang. Object - JoinMeetingLocator
- com.
azure. android. communication. calling. RoomCallLocator
- com.
public class RoomCallLocator extends JoinMeetingLocator
Options for joining a call using Room ID locator
Constructor Summary
Constructor | Description |
---|---|
RoomCallLocator(String roomId) |
Creates a new instance with a Room ID |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getRoomId()
Gets the Room identifier of the meeting |
Inherited Members
Constructor Details
RoomCallLocator
public RoomCallLocator(String roomId)
Creates a new instance with a Room ID
Parameters:
roomId
- A string representing the Room to join.
Method Details
getRoomId
public String getRoomId()
Gets the Room identifier of the meeting