You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user