Open varaprasadreddy9676 opened 3 years ago
This plugin is using quite an older version of Jitsi lib. The plugin itself has nothing to do with the video quality. It is the framework/lib that does the job. You need to update the plugin yourself with the updated frameworks. You need to build the library from the source code if you need further improvements or customizations.
Can you update this plugin ? I have no idea on how to build the library from the source code
Hi i have written my own plugin with the updated source code. All options and feature flags from native SDK are available. Also are implemented listeners for events like onConferenceWillJoin, onConferenceJoined, onConferenceTerminated and as a plus i've added a support for native Android callback like onCreate, onDestroy, onBackPressed, onUserLeaveHint (when enters pip mode), etc... Give a look here https://github.com/Zeno97/cordova-plugin-jitsi-meet-sdk
Hi i have written my own plugin with the updated source code. All options and feature flags from native SDK are available. Also are implemented listeners for events like onConferenceWillJoin, onConferenceJoined, onConferenceTerminated and as a plus i've added a support for native Android callback like onCreate, onDestroy, onBackPressed, onUserLeaveHint (when enters pip mode), etc... Give a look here https://github.com/Zeno97/cordova-plugin-jitsi-meet-sdk
Thanks a lot. I'll give this a try.
I'm using this plugin in my ionic 5 app. But the problem is with the video quality. Even though bandwidth is good video quality is coming very poor in mobile. Is there any way to increase video quality in the code.