File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ export interface SessionManagerOptions
2323| [managedSessionFactory ](./sip .js .sessionmanageroptions .managedsessionfactory .md ) | | [ManagedSessionFactory ](./sip .js .managedsessionfactory .md ) | A factory for generating <code >ManagedSession </code > instances . |
2424| [maxSimultaneousSessions ](./sip .js .sessionmanageroptions .maxsimultaneoussessions .md ) | | number | Maximum number of simultaneous sessions to manage . |
2525| [media ](./sip .js .sessionmanageroptions .media .md ) | | [SessionManagerMedia ](./sip .js .sessionmanagermedia .md ) | Media options . |
26+ | [optionsPingInterval ](./sip .js .sessionmanageroptions .optionspinginterval .md ) | | number | If defined , SIP OPTIONS pings will be sent separated by this interval in seconds . |
27+ | [optionsPingRequestURI ](./sip .js .sessionmanageroptions .optionspingrequesturi .md ) | | string | The request URI to use for SIP OPTIONS pings . |
2628| [reconnectionAttempts ](./sip .js .sessionmanageroptions .reconnectionattempts .md ) | | number | Maximum number of times to attempt to reconnection . |
2729| [reconnectionDelay ](./sip .js .sessionmanageroptions .reconnectiondelay .md ) | | number | Seconds to wait between reconnection attempts . |
2830| [registererOptions ](./sip .js .sessionmanageroptions .registereroptions .md ) | | RegistererOptions | Options for Registerer . |
Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ export interface SessionManagerOptions {
123123 managedSessionFactory? : ManagedSessionFactory ;
124124 maxSimultaneousSessions? : number ;
125125 media? : SessionManagerMedia ;
126+ optionsPingInterval? : number ;
127+ optionsPingRequestURI? : string ;
126128 reconnectionAttempts? : number ;
127129 reconnectionDelay? : number ;
128130 // Warning: (ae-forgotten-export) The symbol "RegistererOptions" needs to be exported by the entry point index.d.ts
You can’t perform that action at this time.
0 commit comments