Closed mahula closed 3 months ago
general application parameters
the client's layout from a given set of layout templates (see layout parameters) the development design guide shows some examples of the default layots for different devices and a downloadable Sketch file to even work on the layout, @Hardy-Hart-am-Start
With the latest design of our HTML5 client, we're including a shareable design document for other designers to use as a starting point to brand the client or to conceptualize new features.
CSS via custom CSS (from a string or CSS file)
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:
userdata-bbb_client_title
, userdata-bbb_auto_join_audio
)userdata-bbb_display_branding_area
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.
💬 Question
As a designer or developer I want to know about BBB customizing methods To customize DreamMall's BBB clients to our ideas