Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 422 Bytes

File metadata and controls

20 lines (14 loc) · 422 Bytes

Bandwidth::SipCredentials

Properties

Name Type Description Notes
username String The username for the SIP connection. [optional]
password String The password for the SIP connection. [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::SipCredentials.new(
  username: username,
  password: password
)