Share via


PhoneNumberIdentifier interface

A phone number.

Properties

assertedId

The asserted Id is set on a phone number that is already in the same call to distinguish from other connections made through the same number.

isAnonymous

True if the phone number is anonymous.

phoneNumber

The phone number in E.164 format.

rawId

Optional raw id of the phone number.

Property Details

assertedId

The asserted Id is set on a phone number that is already in the same call to distinguish from other connections made through the same number.

assertedId?: string

Property Value

string

isAnonymous

True if the phone number is anonymous.

isAnonymous?: boolean

Property Value

boolean

phoneNumber

The phone number in E.164 format.

phoneNumber: string

Property Value

string

rawId

Optional raw id of the phone number.

rawId?: string

Property Value

string