From the documentation I know jitsi-meet has a sdk and framework for Android and iOS native apps.
My customer has an existing react native app and wants to include jitsi-meet for video conferencing capability.
My question is how can I integrate jitsi-meet in this usecase?
@saghul any thoughts?
1 Like
While it’s not maintained by us, you can use https://github.com/skrafft/react-native-jitsi-meet or integrate the native SDKs in your RN app by hand.
Here is how RocketChat has done it, as an example: https://github.com/RocketChat/Rocket.Chat.ReactNative/pull/1196
1 Like
Thanks a lot… I will give it a try
Anyone manage to run the integration on release?
it runs well on debug but when I run in debug it crush, reporting the deps of the main app are missing to the jitsi sdk ?
Same to me, the Exemple app crashes on emulator also on device