Skip to content

Developer Guide

Mario Junior edited this page Oct 22, 2019 · 1 revision

Developer Guide

Code conventions

Configuration file

When adding new configuration parameters to the bbb-webrtc-sfu application, developers must:

  1. Add the new configuration parameter to the example config file, at the end of file (easier for diff visualization).
  2. Clearly explain the purpose of the new parameter, followed by the default value, the allowed values and the type of the value (Number, String, etc.). This explanation is currently being added in the example config file (right before the new configuration parameter), but in the future this should be added to a doc page.
Clone this wiki locally