From 1ca1a69eb8e1d4dc8c528695dc2d5af1a01f0c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sun, 19 Sep 2021 07:44:28 +0200 Subject: [PATCH] Fix docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/webrtc/call.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/webrtc/call.ts b/src/webrtc/call.ts index 7541e5cdd..8aab56718 100644 --- a/src/webrtc/call.ts +++ b/src/webrtc/call.ts @@ -788,8 +788,7 @@ export class MatrixCall extends EventEmitter { } /** - * Adds a video track to a voice call - * @returns new mute state + * Adds an audio and/or video track - upgrades the call */ private async upgradeCall( audio: boolean, video: boolean,