1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-04-24 12:26:54 +02:00
parent 0e2e906b24
commit 1fe92f10c1

View File

@@ -497,7 +497,7 @@ export class MatrixCall extends EventEmitter {
return;
}
let remoteStream = this.feeds.find((feed) => {return !feed.isLocal()})?.stream;
const remoteStream = this.feeds.find((feed) => {return !feed.isLocal()})?.stream;
// According to previous comments in this file, firefox at some point did not
// add streams until media started ariving on them. Testing latest firefox