Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 905 Bytes

File metadata and controls

26 lines (19 loc) · 905 Bytes

SipConnectionMetadata

Properties

Name Type Description Notes
ipAddress string The IP address of the SIP connection. [optional] [default to undefined]
port number The port of the SIP connection. [optional] [default to undefined]
credentials SipCredentials [optional] [default to undefined]
uuiHeader string The User-to-User Information header for the SIP connection. [optional] [default to undefined]

Example

import { SipConnectionMetadata } from 'bandwidth-sdk';

const instance: SipConnectionMetadata = {
    ipAddress,
    port,
    credentials,
    uuiHeader,
};

[Back to Model list] [Back to API list] [Back to README]