Skip to content

Releases: Ghamza-Jd/janus-mobile-sdk

0.1.0

17 Sep 15:29
Compare
Choose a tag to compare

This is the first release 🎉, it includes:

  • Initialising the logger (logcat for android, and oslog for apple)
  • Some janus functionality (Create connection, create session, attach, send message through handle)
  • Generic handle, then the library user should parse the events properly and send messages
  • echotest handle, Session could attach to a built-in echotest handle.
  • apple platforms have two ways of receiving events, using async stream or by confirming to the delegate and setting the handle delegate to it

Future releases will include QoL changes, support for more plugins, and more core functionalities like detach and trickle. When jarust reaches 1.0 we can also aim for the 1.0

What's Changed

Full Changelog: https://github.com/Ghamza-Jd/janus-mobile-sdk/commits/0.1.0