sip.js.sessiondescriptionhandlerconfiguration.md
September 26, 2022 ยท View on GitHub
Home > sip.js > SessionDescriptionHandlerConfiguration
SessionDescriptionHandlerConfiguration interface
Configuration for SessionDescriptionHandler.
Signature:
export interface SessionDescriptionHandlerConfiguration
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| iceGatheringTimeout | number | The maximum duration to wait in ms for ICE gathering to complete. If undefined, implementation dependent. If zero, no timeout. | |
| peerConnectionConfiguration | RTCConfiguration | Peer connection options. |