1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-09-19 07:44:28 +02:00
parent 8cd8ec134e
commit 1ca1a69eb8

View File

@@ -788,8 +788,7 @@ export class MatrixCall extends EventEmitter {
} }
/** /**
* Adds a video track to a voice call * Adds an audio and/or video track - upgrades the call
* @returns new mute state
*/ */
private async upgradeCall( private async upgradeCall(
audio: boolean, video: boolean, audio: boolean, video: boolean,