| Name | Type | Description | Notes |
|---|---|---|---|
| username | string | The username for the SIP connection. | [optional] [default to undefined] |
| password | string | The password for the SIP connection. | [optional] [default to undefined] |
import { SipCredentials } from 'bandwidth-sdk';
const instance: SipCredentials = {
username,
password,
};