external_api: fix jsdoc

This commit is contained in:
Saúl Ibarra Corretgé 2017-01-30 10:53:30 +01:00 committed by hristoterezov
parent e81fc2b254
commit 5849980092
1 changed files with 4 additions and 2 deletions

View File

@ -88,8 +88,10 @@ function changeParticipantNumber(APIInstance, number) {
* @param width width of the iframe
* @param height height of 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
* visible.
* @param configOverwrite object containing configuration options defined in
* 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
* @constructor
*/