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

Can i disable chat option? #51

Closed hetsgandhi closed 4 years ago

hetsgandhi commented 4 years ago

I want to disable chat for the users other than the host of the meeting. How can that be achieved? Please help.

Thanks in advance.

saghul commented 4 years ago

Set the “chat.enabled” feature flag to false.

hetsgandhi commented 4 years ago

Thank you so much sir for the solution @saghul

hetsgandhi commented 4 years ago

@saghul Can you please share the list of feature flag which can be set from android sdk for customizing?

erandakarachchi commented 4 years ago

@hetsgandhi did you found any list of feature flags. Seems like those are very useful. @saghul is there any list?

erandakarachchi commented 4 years ago

jitsi-meet seems to have set of flags.

hetsgandhi commented 4 years ago

Thanks a lot @erandakarachchi

ch-muhammad-adil commented 4 years ago

Hey there, I want to hide some buttons from the screen. In short I only want camera switch button and hangup button. Can anyone help with this. I am working on iOS app at the moment. I have tried above flags as well which are not working for me because those are very limited.

ch-muhammad-adil commented 4 years ago

Also I want to move camera switch to main screen? any idea how to do that? Also some flags are not working.

erandakarachchi commented 4 years ago

@ch-muhammad-adil If the given flags doesn't work, you might need to change the source code and build SDKs on your own.

https://community.jitsi.org/t/custom-ui-for-jitsi-meet/17074

@saghul will help you with more descriptive solution.