-
Notifications
You must be signed in to change notification settings - Fork 0
Endpoint
Ajša Terko edited this page Feb 22, 2023
·
1 revision
Returns the value of the participant's identifier on this endpoint as a string
.
none
-
string
- Identifier of the participant on this endpoint
console.log(`Identifier of the participant on this endpoint: ${endpoint.identifier()}`);
Returns the value of the participant's display identifier on this endpoint as a string
.
none
-
string
- Display identifier of the participant on this endpoint
console.log(`Display identifier of the participant on this endpoint: ${endpoint.displayIdentifier()}`);