Skip to content

Releases: mconf/mcs-js

v0.0.14

08 Feb 16:09
Compare
Choose a tag to compare

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

25 Jan 13:48
Compare
Choose a tag to compare

Release 0.0.13

CHANGELOG:

  • feat: add optional parameter object to dtmf

v0.0.12

21 Jan 16:27
Compare
Choose a tag to compare

Release 0.0.12

CHANGELOG:

  • fix: parse #connected response transaction IDs
  • feat: add consume method

v0.0.11

14 Jun 20:04
Compare
Choose a tag to compare

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

04 May 02:22
Compare
Choose a tag to compare

Patch release v0.0.10

CHANGELOG:

  • fix(client): always emit base 'api' event
  • chore: add MIT license

v0.0.9

12 Dec 19:02
94292a2
Compare
Choose a tag to compare
Merge pull request #21 from mconf/0.x-release

v0.0.9

v0.0.8

03 Jul 18:00
06a1e27
Compare
Choose a tag to compare

CHANGELOG:

  • #18
    • New event: keyframeNeeded
    • New API method: requestKeyframe. Response: keyframeRequested.

v0.0.7

26 Jun 23:03
fe73b18
Compare
Choose a tag to compare

CHANGELOG:

  • New events: startTalking, stopTalking, subscribedTo, dtmfReceived, dtmfSent, strategyChanged
  • New API methods: setStrategy, dtmf

v0.0.5

01 Mar 19:26
e1fef94
Compare
Choose a tag to compare

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

12 Feb 21:43
22be69f
Compare
Choose a tag to compare

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 and previousFloor 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.