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

Releases: fishjam-dev/membrane-webrtc-android

Release 5.2.0

25 Jan 15:02
2a5cd51
Compare
Choose a tag to compare
  • add simulcast data for tracks

Release 5.1.2

15 Jan 14:44
2e8be37
Compare
Choose a tag to compare
  • Handle empty events metadata
  • Fix ktlint

Release 5.1.1

06 Oct 11:36
1320b41
Compare
Choose a tag to compare
  • Fix handling of null metadata (#52) (1320b41)
  • Merge pull request #51 from jellyfish-dev/crackhoff/add-license (a0c5df9)
  • Create LICENSE (ddc943f)

Release 5.1.0

22 Sep 16:41
be61721
Compare
Choose a tag to compare

Release 5.0.0

22 Jun 12:48
4c95c3a
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.5.3

06 Jun 12:58
d499d10
Compare
Choose a tag to compare
  • [MV-473] Fix bug when connecting two mobile devices (#44) (d499d10)

Release 4.5.2

26 May 13:17
46554c8
Compare
Choose a tag to compare
  • [MV-461] Fix crashes when many peers leave room at once (#42) (46554c8)

Release 4.5.1

08 May 12:24
081312f
Compare
Choose a tag to compare

Release 4.5.0

28 Apr 06:23
1f88e81
Compare
Choose a tag to compare

Release 4.4.1

26 Apr 11:38
7719f5c
Compare
Choose a tag to compare