Skip to content

WebrtcEndpoint

Ajša Terko edited this page Feb 22, 2023 · 2 revisions

extends Endpoint

constructor()

Description

Creates a new instance of WebrtcEndpoint.

Arguments

  • none

Returns

  • N/A

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