From 3e94db1837ecead43f5bc85c9e697ae8e3fffac5 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk <3636685+Palid@users.noreply.github.com> Date: Wed, 11 Aug 2021 14:38:13 +0200 Subject: [PATCH] Update src/webrtc/call.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Šimon Brandner --- src/webrtc/call.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webrtc/call.ts b/src/webrtc/call.ts index f1456e26c..72b927bd9 100644 --- a/src/webrtc/call.ts +++ b/src/webrtc/call.ts @@ -1936,7 +1936,7 @@ export class MatrixCall extends EventEmitter { } } - get hasPeerConnection() { + public get hasPeerConnection() { return Boolean(this.peerConn); } }