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
Add missing return statement
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -982,6 +982,7 @@ export class MatrixCall extends EventEmitter {
|
|||||||
}
|
}
|
||||||
this.localUsermediaFeed?.setAudioMuted(muted);
|
this.localUsermediaFeed?.setAudioMuted(muted);
|
||||||
this.updateMuteStatus();
|
this.updateMuteStatus();
|
||||||
|
return this.isMicrophoneMuted();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user