You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-02 17:02:31 +03:00
Remove unused mute state stuff
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -295,9 +295,6 @@ export class MatrixCall extends EventEmitter {
|
|||||||
// This flag represents whether we want the other party to be on hold
|
// This flag represents whether we want the other party to be on hold
|
||||||
private remoteOnHold;
|
private remoteOnHold;
|
||||||
|
|
||||||
private micMuted;
|
|
||||||
private vidMuted;
|
|
||||||
|
|
||||||
// the stats for the call at the point it ended. We can't get these after we
|
// the stats for the call at the point it ended. We can't get these after we
|
||||||
// tear the call down, so we just grab a snapshot before we stop the call.
|
// tear the call down, so we just grab a snapshot before we stop the call.
|
||||||
// The typescript definitions have this type as 'any' :(
|
// The typescript definitions have this type as 'any' :(
|
||||||
|
|||||||
Reference in New Issue
Block a user