Browse Source

external_api: fix jsdoc

j8
Saúl Ibarra Corretgé 8 years ago
parent
commit
5849980092
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      modules/API/external/external_api.js

+ 4
- 2
modules/API/external/external_api.js View File

@@ -88,8 +88,10 @@ function changeParticipantNumber(APIInstance, number) {
88 88
  * @param width width of the iframe
89 89
  * @param height height of the iframe
90 90
  * @param parent_node the node that will contain the iframe
91
- * @param filmStripOnly if the value is true only the small videos will be
92
- * visible.
91
+ * @param configOverwrite object containing configuration options defined in
92
+ * config.js to be overridden.
93
+ * @param interfaceConfigOverwrite object containing configuration options
94
+ * defined in interface_config.js to be overridden.
93 95
  * @param noSsl if the value is true https won't be used
94 96
  * @constructor
95 97
  */

Loading…
Cancel
Save