Fix eslint/jsdoc warnings (doc change only!)

This commit is contained in:
Bettenbuk Zoltan
2018-11-08 15:52:34 +01:00
committed by Saúl Ibarra Corretgé
parent 56100d0d5c
commit 3fdf944763
36 changed files with 96 additions and 93 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const logger = require('jitsi-meet-logger').getLogger(__filename);
* password + guest access configuration. Refer to {@link LoginDialog} for more
* info.
*
* @param {string} id - The XMPP user's ID (e.g. user@domain.com).
* @param {string} id - The XMPP user's ID (e.g. {@code user@domain.com}).
* @param {string} password - The XMPP user's password.
* @param {JitsiConference} conference - The conference for which the local
* participant's role will be upgraded.