Releases: mconf/mcs-js
Releases · mconf/mcs-js
v0.0.14
Release 0.0.14
CHANGELOG:
- build(deps): [email protected]
- build(deps): specify bufferutil and utf-8-validate as optional deps
- build: use lockfileVersion: 2
v0.0.13
Release 0.0.13
CHANGELOG:
- feat: add optional parameter object to dtmf
v0.0.12
Release 0.0.12
CHANGELOG:
- fix: parse #connected response transaction IDs
- feat: add consume method
v0.0.11
Release 0.0.11
CHANGELOG:
- feat: added MediaRenegotiated event
- refactor: remove linter rules and Makefile
- build(deps): bump ws to 7.4.6
- build(deps): bump uuid to 8.3.1
- build: add package lock file
v0.0.10
Patch release v0.0.10
CHANGELOG:
- fix(client): always emit base 'api' event
- chore: add MIT license
v0.0.9
Merge pull request #21 from mconf/0.x-release v0.0.9
v0.0.8
v0.0.7
CHANGELOG:
- New events:
startTalking
,stopTalking
,subscribedTo
,dtmfReceived
,dtmfSent
,strategyChanged
- New API methods:
setStrategy
,dtmf
v0.0.5
CHANGELOG:
- Added automatic
onEvent
callbacks removal where it was possible. There will be more work on this on future version to avoid leaks.
v0.0.4
CHANGELOG:
- Conference and content floor members are now standardized;
- The floors commands now include the previous floor in their info along with the current floor and carry media info objects instead of ids;
- Turned the
floor
andpreviousFloor
into optional parameters. If there are none of such in the media controller, the response will simply not include those keys in the body; - Also removed the need of passing the floor id in the release methods;
- Added some of the missing method docs.