Skip to content

SipEndpoint

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

extends Endpoint



constructor()

Description

Creates a new instance of SipEndpoint.

Arguments

  • none

Example

let sipEndpoint = new SipEndpoint();
sipEndpoint.username = "username";
console.log(`This endpoints identifier is: ${sipEndpoint.identifier} and the display identifier is: ${sipEndpoint.displayIdentifier()`);

Tutorials

Migration guides

Reference documentation

Clone this wiki locally