Package version:

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

interface CallLocator {
    id: string;
    kind: CallLocatorType;
}

Properties

Properties

id: string