RoomCallLocator Class

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 roomId property: The room id.

Methods inherited from CallLocator

Methods inherited from java.lang.Object

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.

Applies to