Skip to content

Releases: simplito/privmx-webendpoint

v2.7.4

09 Apr 09:41
398e0e9

Choose a tag to compare

What's Changed

  • feat: data streams support by @zurekz in #151
  • fix: do not pass RMS volume for disabled tracks by @zurekz in #152
  • fix: DataChannel header structure by @zurekz in #153
  • fix: normalize Endpoint.setup() passed path by @zurekz in #154
  • test: remoteStreamsChanged event test by @zurekz in #149
  • feat: add crypto function for compatibility with core Endpoint driver… by @zurekz in #155
  • fix: missing API methods return types declarations by @zurekz in #157

v2.7.3

11 Mar 22:53
5e77cf7

Choose a tag to compare

What's Changed

  • chore: bump Endpoint version to 2.7.3

v2.7.2

10 Mar 15:04
9675eee

Choose a tag to compare

What's Changed

  • Bump PrivMX Endpoint version

Full Changelog: v2.7.1...v2.7.2

v2.7.1

10 Mar 08:33

Choose a tag to compare

Key notes

Added the Streams module - providing encrypted audio, video, and data streaming over WebRTC.

Details

  • feat: async engine by @imaTik0 in #114
  • chore: optimizations - disable allow-memory-growth by @zurekz in #122
  • feat/first-stage-of-refactor by @imaTik0 in #117
  • fix: fixing crypto worker compat by @zurekz in #123
  • feat: streams video recording API extension by @zurekz in #124
  • feat: getStreamRoomRecordingKeys by @zurekz in #125
  • chore: fix build pipeline - always rebuild api when core Endpoint cha… by @zurekz in #126
  • feat/streams-tests-e2e-and-small-fixes by @imaTik0 in #127
  • test(streams): additional tests e2e by @zurekz in #129
  • feat: add 'closed' field to StreamRoom by @zurekz in #128
  • fix(streams): tracks collision on publish by @zurekz in #130
  • feat: split remote tracks callbacks per subscription by @zurekz in #131
  • feat: publishStream state callback by @zurekz in #132
  • feat: add remote stream listener by @zurekz in #133
  • Feat/more stream tests by @imaTik0 in #134
  • Test/stream api invalid subscription by @imaTik0 in #137
  • feat: added setNewOfferOnReconfigure by @zurekz in #138
  • chore: Update CONTRIBUTING.md by @filipg43 in #54
  • chore: inline docs for Streams API by @zurekz in #139
  • fix: rms initializaiton and cleanup mechanism by @zurekz in #141
  • test: limit tests running in pipeline to one browser only by @zurekz in #144
  • chore: update log level on WASM by @zurekz in #143
  • refactor: remove unused files, methods and log messages by @zurekz in #142
  • fix: restore removed lines in webrtc interface by @zurekz in #145
  • chore: compile webendpoint with -O3 by @imaTik0 in #146

New Contributors

Full Changelog: v2.6.5...v2.7.1

v2.6.5

08 Dec 15:11
ce3c348

Choose a tag to compare

What's Changed

v2.6.4

02 Dec 14:15
81bdee9

Choose a tag to compare

What's Changed

v2.6.3

14 Nov 11:36
4247082

Choose a tag to compare

What's Changed

  • Feat/custom event helpers by @neriousy in #103
  • fix: rename extra's ConnectionEventType to ConnectionStatusEventType by @HerbertGit in #106

v2.6.2

17 Oct 10:56
760f241

Choose a tag to compare

What's Changed

  • fix: params order in EventApi emitEvent() method by @zurekz in #100

v2.6.1

01 Oct 11:49
5bd5f0b

Choose a tag to compare

What's Changed

  • Fix: add missing syncFile() method by @zurekz in #98

v2.6.0

16 Sep 19:39
ca73cce

Choose a tag to compare

What's Changed

  • fix: update imports - missing EventApi by @zurekz in #76
  • fix: temporal types fix for extra's events by @HerbertGit in #78
  • doc: fix typo in the fromMnemonic() inline docs by @zurekz in #79
  • fix: use crypto driver when building privmx-endpoint for emscripten by @zurekz in #80
  • fix: store api events by @neriousy in #81
  • chore: bump npm dependencies according to security alerts by @zurekz in #82
  • Add listContextUsers and subscription methods by @kisielewski in #85
  • doc: fix code in examples by @zurekz in #86
  • feat: new events managers by @HerbertGit in #83
  • chore: bump Endpint version by @zurekz in #87
  • chore: bump emsdk version by @zurekz in #88
  • fix: add missing binding by @zurekz in #91
  • fix: support multiple user verifiers by @zurekz in #92
  • fix: missing COLLECTION_CHANGE event type by @zurekz in #93
  • fix: add collection change event type by @zurekz in #96
  • Version 2.6.0 (updated) by @zurekz in #97

New Contributors

Full Changelog: v2.5.2...v2.6.0