sphinx-kotlin
sphinx-kotlin copied to clipboard
Jitsi Voice/Video In App for Kotlin Desktop
Currently our Kotlin desktop app opens a link to the browser to initiate a call. In our mobile apps we use the jitsi SDK to do voice/video calls native to the app. We want to use the Jitsi SDKs to bring the Kotlin Desktop app to parity with the mobile apps:
- Ability to initiate either a voice or video + voice call from a chat
- Make that call occur and stay within the Kotlin app
Example UI from iOS:
(Android docs: https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-android-sdk/ ) (iOS docs: https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-ios-sdk ) (Sphinx iOS Repo: https://github.com/stakwork/sphinx-ios/tree/test-flight )
@uncleJim21 I see this issue is quiet old but still open. Is it still valid. If yes what do I need to work on this