Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
john-e-riordan committed Oct 27, 2022
1 parent f0c9dfe commit b6550bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/session-manager/sip.js.sessionmanageroptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export interface SessionManagerOptions
| [managedSessionFactory](./sip.js.sessionmanageroptions.managedsessionfactory.md) | | [ManagedSessionFactory](./sip.js.managedsessionfactory.md) | A factory for generating <code>ManagedSession</code> instances. |
| [maxSimultaneousSessions](./sip.js.sessionmanageroptions.maxsimultaneoussessions.md) | | number | Maximum number of simultaneous sessions to manage. |
| [media](./sip.js.sessionmanageroptions.media.md) | | [SessionManagerMedia](./sip.js.sessionmanagermedia.md) | Media options. |
| [optionsPingInterval](./sip.js.sessionmanageroptions.optionspinginterval.md) | | number | If defined, SIP OPTIONS pings will be sent separated by this interval in seconds. |
| [optionsPingRequestURI](./sip.js.sessionmanageroptions.optionspingrequesturi.md) | | string | The request URI to use for SIP OPTIONS pings. |
| [reconnectionAttempts](./sip.js.sessionmanageroptions.reconnectionattempts.md) | | number | Maximum number of times to attempt to reconnection. |
| [reconnectionDelay](./sip.js.sessionmanageroptions.reconnectiondelay.md) | | number | Seconds to wait between reconnection attempts. |
| [registererOptions](./sip.js.sessionmanageroptions.registereroptions.md) | | RegistererOptions | Options for Registerer. |
Expand Down
2 changes: 2 additions & 0 deletions etc/session-manager/sip.js.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ export interface SessionManagerOptions {
managedSessionFactory?: ManagedSessionFactory;
maxSimultaneousSessions?: number;
media?: SessionManagerMedia;
optionsPingInterval?: number;
optionsPingRequestURI?: string;
reconnectionAttempts?: number;
reconnectionDelay?: number;
// Warning: (ae-forgotten-export) The symbol "RegistererOptions" needs to be exported by the entry point index.d.ts
Expand Down

0 comments on commit b6550bd

Please sign in to comment.