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.