From 584998009298b8a9ab1a1b2d1fee1fb5206ae90e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 30 Jan 2017 10:53:30 +0100 Subject: [PATCH] external_api: fix jsdoc --- modules/API/external/external_api.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/API/external/external_api.js b/modules/API/external/external_api.js index 550bcfee9..eaa5c414b 100644 --- a/modules/API/external/external_api.js +++ b/modules/API/external/external_api.js @@ -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 */