igniterealtime / openfire-ofmeet-plugin

Provides an HTTP Online Meeting solution for Openfire using Jitsi Meet.
Apache License 2.0
47 stars 44 forks source link

Make 'brady bunch' layout usable. #91

Open guusdk opened 5 years ago

guusdk commented 5 years ago

Jitsi Meet recently added a tile view mode (also referred to as "the Brady Bunch" mode), which allows the video for all participants to be shown at once (in tiles of equal side).

Although the code for this is already available in OFMeet 0.9.5, it currently cannot be configured. The tileview toolbar button should be added to the available toolbar buttons.

lmagyar commented 4 years ago

Yes, this would be very useful eg. in a teacher/student relation, where the teacher wants to see the students' streams all at once!

niente0 commented 4 years ago

Any update? Is it possible to activate it manually, for example by adding a new property in Openfire? Thanks

niente0 commented 4 years ago

Hello, I figured out by myself. For anyone who needs to activate this feature, just add this system property: ofmeet.buttons.enabled.00019 -> tileview Bye!!