1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Update src/webrtc/call.ts

Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Dariusz Niemczyk
2021-08-11 14:38:13 +02:00
committed by GitHub
parent 4fd77c2f05
commit 3e94db1837

View File

@@ -1936,7 +1936,7 @@ export class MatrixCall extends EventEmitter {
}
}
get hasPeerConnection() {
public get hasPeerConnection() {
return Boolean(this.peerConn);
}
}