external_api: fix jsdoc
This commit is contained in:
parent
e81fc2b254
commit
5849980092
|
@ -88,8 +88,10 @@ function changeParticipantNumber(APIInstance, number) {
|
||||||
* @param width width of the iframe
|
* @param width width of the iframe
|
||||||
* @param height height of the iframe
|
* @param height height of the iframe
|
||||||
* @param parent_node the node that will contain the iframe
|
* @param parent_node the node that will contain the iframe
|
||||||
* @param filmStripOnly if the value is true only the small videos will be
|
* @param configOverwrite object containing configuration options defined in
|
||||||
* visible.
|
* config.js to be overridden.
|
||||||
|
* @param interfaceConfigOverwrite object containing configuration options
|
||||||
|
* defined in interface_config.js to be overridden.
|
||||||
* @param noSsl if the value is true https won't be used
|
* @param noSsl if the value is true https won't be used
|
||||||
* @constructor
|
* @constructor
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue