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