Hi,
Created android app via react native and added jitsi-meet for call feature successfully.
I wanted to hide some feature from call screen like chat and get successfully hide via below line, But now in place of chat it is showing another option with i info icon which has share option. I wanted to hide that option too.
used to hide chat,
.setFeatureFlag(“raise-hand.enabled”, withBoolean: false)
Any help will be appreciate.
Thanks,