Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/callsService.js')
-rw-r--r--src/services/callsService.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/services/callsService.js b/src/services/callsService.js
index f7f4cf67f..565c9bfbb 100644
--- a/src/services/callsService.js
+++ b/src/services/callsService.js
@@ -40,7 +40,7 @@ import {
*
* @param {string} token The token of the call to be joined.
* @param {int} flags The available PARTICIPANT.CALL_FLAG for this participants
- * @returns {int} The actual flags based on the available media
+ * @return {int} The actual flags based on the available media
*/
const joinCall = async function(token, flags) {
try {
@@ -52,6 +52,7 @@ const joinCall = async function(token, flags) {
/**
* Leave a call as participant
+ *
* @param {string} token The token of the call to be left
*/
const leaveCall = async function(token) {