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,