Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sip-0.21.0.min.js | 2022-10-24 | 273.9 kB | |
sip-0.21.0.js | 2022-10-24 | 1.0 MB | |
0.21.0 source code.tar.gz | 2022-10-24 | 542.5 kB | |
0.21.0 source code.zip | 2022-10-24 | 1.2 MB | |
README.md | 2022-10-24 | 808 Bytes | |
Totals: 5 Items | 3.1 MB | 0 |
Updates
- Exposed
iceGatheringComplete
method to support strategies other than the built in timeout - Project was updated for ECMAScript module (ESM) support
- Introduced new SessionManager class
- Minor bug fixes
Breaking Changes
-
SimpleUser: The call signature for the
register
method has changed. It is nowregister(registererRegisterOptions?: RegistererRegisterOptions): Promise<void>;
. AnyRegistererOptions
which were being passed as the first parameter to theregister
must now be provided to the constructor ofSimpleUser
along with any other options. -
UserAgentOptions: The options
autoStart
andautoStop
have been removed.
See the Migration Guide from 0.20 to 0.21 for details.