findmate / cordova-plugin-jitsi-meet

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

How to customize features #18

Open krsaurabhmca opened 3 years ago

krsaurabhmca commented 3 years ago

I have tried to customize the feature by url parameters , extra object but noting happens . Have any idea kindly share?

Zeno97 commented 3 years ago

The cordova plugin doesn't implement features customizing. You can look at the code here https://github.com/findmate/cordova-plugin-jitsi-meet/blob/master/src/android/JitsiPlugin.java#L124 As you can see featureFlag doesn't take values from input. In short this plugin can't customize features.

Zeno97 commented 3 years ago

Hi, i've created this feature in my own jitsi meet plugin. 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