Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 640 Bytes

File metadata and controls

22 lines (15 loc) · 640 Bytes

SipCredentials

Properties

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]

Example

import { SipCredentials } from 'bandwidth-sdk';

const instance: SipCredentials = {
    username,
    password,
};

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