Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Releases: fishjam-dev/membrane-webrtc-ios

Release 5.3.0

04 Apr 09:18
Compare
Choose a tag to compare
  • update WebRTC-SDK to 114.5735.08
  • add initializer to TrackData which allows for nullable metadata

Release 5.2.0

25 Jan 15:44
d860181
Compare
Choose a tag to compare
  • add simulcast to tracks

5.1.2

12 Jan 14:29
67de5f1
Compare
Choose a tag to compare

What's Changed

  • Fix handling of null metadata by
  • Incubo4u/fix-endpoints-metadata by
  • Bump release-it by

Release 5.1.1

04 Oct 14:15
Compare
Choose a tag to compare
  • Fix handling of null metadata (#49) (4c53127)
  • Merge pull request #48 from jellyfish-dev/crackhoff/change-license (0f411bf)
  • Update LICENSE (50c27d6)

Release 5.1.0

22 Sep 16:34
Compare
Choose a tag to compare

Release 5.0.0

22 Jun 12:55
Compare
Choose a tag to compare

This release adds compatibility with RTCEngine v0.14.
Because of that, there are breaking changes:

  • connect has been renamed to create and no longer connects to the server, just creates MembraneRTC instance. Now the user is responsible for managing the socket connection. We provided a convenience wrapper for that. See the example on how to use it.
  • MembraneRTC no longer deals with Peers, but with Endpoints. That means the join method has been renamed to connect and all methods and callbacks names containing Peers were renamed to contain Endpoints
  • Now you create tracks after receiving onConnected callback, just like in web client (see our example)

Release 4.4.1

06 Jun 12:57
Compare
Choose a tag to compare
  • [MV-473] Fix bug when connecting two mobile devices (#37) (34f36db)

Release 4.4.0

28 Apr 14:09
Compare
Choose a tag to compare

Release 4.3.1

26 Apr 11:37
Compare
Choose a tag to compare

Release 4.3.0

25 Apr 09:40
Compare
Choose a tag to compare
  • [MV-417] Allow to turn on webrtc logs in mobile apps (#32) (276884a)
  • [MV-403] Example app cleanup (#31) (71964b4)
  • Bump and lock webrtc version (#30) (b8749af)
  • Simulcast encodings fixes (#29) (2806c2b)