Share via


CallLocator Class

  • java.lang.Object
    • com.azure.communication.callautomation.models.CallLocator

public abstract class CallLocator

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

Method Summary

Modifier and Type Method and Description
CallLocatorKind getKind()

Get the kind property: The call locator kind.

Methods inherited from java.lang.Object

Method Details

getKind

public CallLocatorKind getKind()

Get the kind property: The call locator kind.

Returns:

the kind value.

Applies to