findmate / cordova-plugin-jitsi-meet

Cordova plugin for jitsi meet react native sdk
17 stars 21 forks source link

Video Quality is very poor #21

Open varaprasadreddy9676 opened 3 years ago

varaprasadreddy9676 commented 3 years ago

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.

dev-Arif commented 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.

varaprasadreddy9676 commented 3 years ago

Can you update this plugin ? I have no idea on how to build the library from the source code

Zeno97 commented 3 years ago

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

varaprasadreddy9676 commented 3 years ago

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.