|
@@ -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
|
*/
|