Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 454 Bytes

File metadata and controls

15 lines (10 loc) · 454 Bytes

Home > sip.js > UserAgentOptions > contactParams

UserAgentOptions.contactParams property

The URI parameters of the user agent's contact URI.

Signature:

contactParams?: {
        [name: string]: string;
    };