ServerCallLocator Class
- java.
lang. Object - com.
azure. communication. callautomation. models. CallLocator - com.
azure. communication. callautomation. models. ServerCallLocator
- com.
- com.
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 server |
Methods inherited from CallLocator
Methods inherited from java.lang.Object
Constructor Details
ServerCallLocator
public ServerCallLocator(String serverCallId)
Group call locator
Parameters:
Method Details
getServerCallId
public String getServerCallId()
Get the serverCallId property: The server call id.
Returns: