forked from bigbluebutton/bbb-webrtc-sfu
-
Notifications
You must be signed in to change notification settings - Fork 3
Developer Guide
Mario Junior edited this page Oct 22, 2019
·
1 revision
When adding new configuration parameters to the bbb-webrtc-sfu application, developers must:
- Add the new configuration parameter to the example config file, at the end of file (easier for diff visualization).
- 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.