Home > sip.js > SimpleUserOptions
Options for SimpleUser.
Signature:
export interface SimpleUserOptions
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. |