diff --git a/src/webrtc/call.ts b/src/webrtc/call.ts index 1e8a33402..60f72067a 100644 --- a/src/webrtc/call.ts +++ b/src/webrtc/call.ts @@ -789,6 +789,8 @@ export class MatrixCall extends EventEmitter { /** * Adds an audio and/or video track - upgrades the call + * @param {boolean} audio should add an audio track + * @param {boolean} video should add an video track */ private async upgradeCall( audio: boolean, video: boolean,