jitsi / jitsi-meet-flutter-sdk

Jitsi Meet plugin for Flutter
Apache License 2.0
31 stars 25 forks source link

Integrating Customized Jitsi SDKs into Flutter: Seeking Guidance on Configuration Settings #39

Open AtifShahzed opened 4 months ago

AtifShahzed commented 4 months ago

I've obtained the Jitsi code, made necessary modifications to the source, and successfully compiled the SDKs for both iOS and Android. My goal now is to integrate these customised SDKs into a Flutter app. I'm seeking guidance on the specific location or configuration settings within the app where I can specify the location of my custom SDKs. Currently, the SDKs are being fetched from the internet, but I'd like to direct the app to use my locally compiled versions. Your assistance in identifying the relevant areas for modification would be greatly appreciated. Thank you in advance for your help.