Skip to content

Endpoint

Ajša Terko edited this page Feb 22, 2023 · 1 revision

identifier()

Description

Returns the value of the participant's identifier on this endpoint as a string.

Arguments

  • none

Returns

  • string - Identifier of the participant on this endpoint

Example

console.log(`Identifier of the participant on this endpoint: ${endpoint.identifier()}`);



displayIdentifier()

Description

Returns the value of the participant's display identifier on this endpoint as a string.

Arguments

  • none

Returns

  • string - Display identifier of the participant on this endpoint

Example

console.log(`Display identifier of the participant on this endpoint: ${endpoint.displayIdentifier()}`);

Tutorials

Migration guides

Reference documentation

Clone this wiki locally