Share via


ServerCallLocator Class

public final class ServerCallLocator
extends CallLocator

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

Constructor Summary

Constructor Description
ServerCallLocator(String serverCallId)

Group call locator

Method Summary

Modifier and Type Method and Description
String getServerCallId()

Get the serverCallId property: The server call id.

Methods inherited from CallLocator

Methods inherited from java.lang.Object

Constructor Details

ServerCallLocator

public ServerCallLocator(String serverCallId)

Group call locator

Parameters:

serverCallId - Specify the group call id.

Method Details

getServerCallId

public String getServerCallId()

Get the serverCallId property: The server call id.

Returns:

the serverCallId value.

Applies to