stakwork / sphinx-kotlin

MIT License
18 stars 11 forks source link

Jitsi Voice/Video In App for Kotlin Desktop #554

Open uncleJim21 opened 1 year ago

uncleJim21 commented 1 year ago

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:

Example UI from iOS: image

(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 )

jordan-ae commented 9 months ago

@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