Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.17 KB

sip.js.simpleuseroptions.md

File metadata and controls

25 lines (17 loc) · 1.17 KB

Home > sip.js > SimpleUserOptions

SimpleUserOptions interface

Options for SimpleUser.

Signature:

export interface SimpleUserOptions 

Properties

Property Type Description
aor string User's SIP Address of Record (AOR).
delegate SimpleUserDelegate Delegate for SimpleUser.
media SimpleUserMedia Media options.
reconnectionAttempts number Maximum number of times to attempt to reconnection.
reconnectionDelay number Seconds to wait between reconnection attempts.
userAgentOptions UserAgentOptions Options for UserAgent.