| 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] |
import { SipConnectionMetadata } from 'bandwidth-sdk';
const instance: SipConnectionMetadata = {
ipAddress,
port,
credentials,
uuiHeader,
};