Skip to content

WebrtcEndpoint

Lejla Solak edited this page Sep 7, 2023 · 2 revisions

extends Endpoint



constructor()

Description

Creates a new instance of WebrtcEndpoint.

Arguments

  • none

Example

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

Tutorials

Migration guides

Reference documentation

Clone this wiki locally