Android Support
Hi, I see there is no documentation for Android, did you actually implement an Android version for this?
We havn't implemented android yet but we plan to in the coming months. Open to PRs though!
Ok @Jonovono any ideas of how to get started on this Android, initially design ideas?
@philolo1 I havn't explored too much.
But will move the current HotBoxService folder into a ios directory and start an android one.
Here is the android code for one of the TokBox react wrapers before us: https://github.com/callstack/react-native-opentok/blob/master/android/src/main/java/com/rnopentok/RNOpenTokSessionManager.java
I also relied on this project for some examples - looks like they have android java and kotlin examples. https://github.com/peggyrayzis/react-native-create-bridge.
Hope this helps! We are still a few months off of approaching it.