This repository has been archived by the owner on May 6, 2022. It is now read-only.
Release 4.0.0
4.0.0 (2021-08-23)
⚠ BREAKING CHANGES
- clientID and clientSecret are now required config, but
this removes the requirement for the env vars. It's up to the user not
to expose their client ID and secret publicly
Features
- add clientId/clientSecret params; only recommend env vars (dca2d97)
Bug Fixes
- recordstream: add normal closure code to ws close (fb03f80)