Share via


GroupCallLocator Class

public final class GroupCallLocator
extends CallLocator

The locator used for joining or taking action on a call.

Constructor Summary

Constructor Description
GroupCallLocator(String groupCallId)

Group call locator

Method Summary

Modifier and Type Method and Description
String getGroupCallId()

Get the groupCallId property: The group call id.

Methods inherited from CallLocator

Methods inherited from java.lang.Object

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.

Applies to