-
Notifications
You must be signed in to change notification settings - Fork 0
WebrtcEndpoint
Lejla Solak edited this page Sep 7, 2023
·
2 revisions
extends
Endpoint
Creates a new instance of WebrtcEndpoint
.
none
let webrtcEndpoint = new WebrtcEndpoint();
webrtcEndpoint.identifier = "identifier";
webrtcEndpoint.displayIdentifier = "displayIdentifier";
console.log(`This endpoints identifier is: ${webrtcEndpoint.identifier} and the display identifier is: ${webrtcEndpoint.displayIdentifier()`);
identifier
: string
Identifier of the participant on this endpoint
displayIdentifier
: string
Display identifier of the participant on this endpoint