Skip to content

Files

Latest commit

author
John Riordan
Jul 12, 2019
863d64c · Jul 12, 2019

History

History
18 lines (10 loc) · 731 Bytes

sip.js.useragentoptions.displayname.md

File metadata and controls

18 lines (10 loc) · 731 Bytes

Home > sip.js > UserAgentOptions > displayName

UserAgentOptions.displayName property

The display name associated with the user agent.

Signature:

displayName?: string;

Remarks

Descriptive name to be shown to the called party when calling or sending IM messages (the display name portion of the From header). It must NOT be enclosed between double quotes even if the given name contains multi-byte symbols (SIPjs will always enclose the displayName value between double quotes).