Type global variables in sfu.js.
This commit is contained in:
+1
-1
@@ -349,7 +349,7 @@ ServerConnection.prototype.request = function(what) {
|
||||
/**
|
||||
* newUpStream requests the creation of a new up stream.
|
||||
*
|
||||
* @param {string} id - The id of the stream to create (optional).
|
||||
* @param {string} [id] - The id of the stream to create.
|
||||
* @returns {Stream}
|
||||
*/
|
||||
ServerConnection.prototype.newUpStream = function(id) {
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
/** @type {string} */
|
||||
let group;
|
||||
|
||||
/** @type {ServerConnection} */
|
||||
let serverConnection;
|
||||
|
||||
function setUserPass(username, password) {
|
||||
|
||||
Reference in New Issue
Block a user