Skip to content

PhoneEndpoint

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

extends Endpoint



constructor()

Description

Creates a new instance of PhoneEndpoint.

Arguments

  • none

Example

let phoneEndpoint = new PhoneEndpoint();
phoneEndpoint.phoneNumber = "phoneNumber";
console.log(`This endpoints identifier is: ${phoneEndpoint.identifier} and the display identifier is: ${phoneEndpoint.displayIdentifier()`);

Tutorials

Migration guides

Reference documentation

Clone this wiki locally