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