Home > sip.js > SimpleUser > (constructor)
Constructs a new instance of the SimpleUser
class.
Signature:
constructor(server: string, options?: SimpleUserOptions);
Parameter | Type | Description |
---|---|---|
server | string |
SIP WebSocket Server URL. |
options | SimpleUserOptions |
Options bucket. See SimpleUserOptions for details. |