dreammall-earth / dreammall.earth

Dreammall.earth website & product page
https://dreammall-earth.github.io/dreammall.earth/
Apache License 2.0
7 stars 2 forks source link

💬 [Question] BBB: How and to what degree can we customize the HTML5 client? #1378

Closed mahula closed 3 months ago

mahula commented 3 months ago

💬 Question

As a designer or developer I want to know about BBB customizing methods To customize DreamMall's BBB clients to our ideas

mahula commented 3 months ago

What is customizable?

Customization Methods

Programatically by passing custom parameters to the client on join

In the current development phase we might prefer this way to easliy try out different customizations. The customparameters shouldbe addable to the GET join request parameters list, @Mogge.

See the list of parameters customizable via join API call with examples:

Server settings in BBB server config/settings files

When certain custom parameters are settled, we might set them statically in config/settings files while BBB server deployment. Parameters with dynamic context (e.g. for role or group related etc.) can still be set programmatically.

For a current list of client settings see the BBB client's settings.yml.