v1.3.0
New features in this build
End to end encryption
Now supporting end to end encryption that's compatible cross platform. For example usage with a shared key, see sample app
Audio mode handling
We are making it easier to have custom handling of Audio Modes, including overriding the default behavior with your own handler. This makes it simpler to put the audio stack either in Media mode instead of Communication (the default). See readme for usage example.
Changelog
- Update audioswitch for earpiece fix by @davidliu in #254
- feat: E2EE. by @cloudwebrtc in #238
- Switching to using Hxxx for presets by @davidzhao in #257
- Custom audio modes handling by @davidliu in #260
- Turn off audio routing for non communication audio modes by @davidliu in #261