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