jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
277 stars 240 forks source link

Remove Invite button for users other than Host #48

Closed hetsgandhi closed 4 years ago

hetsgandhi commented 4 years ago

How can i remove the invite button or option for the users who are invited by the host?

So basically only the host of the video conference can invite anyone and not all the users who joined the call. Please help

Thanks in advance.

saghul commented 4 years ago

You can use the invite.enabled feature flag, but it would be up to your app to decide when to set it.

hetsgandhi commented 4 years ago

Can you please help me with code snippet in android for the same? @saghul