From 2a46513dfdb16d914efaedbceb2ee7dc8377c818 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 9 Dec 2020 11:21:23 +0000 Subject: [PATCH] remove outdated comment (it did work - I just was not checking the flag in the right place) --- src/webrtc/call.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webrtc/call.ts b/src/webrtc/call.ts index 7b010f27a..71762ca2c 100644 --- a/src/webrtc/call.ts +++ b/src/webrtc/call.ts @@ -1037,7 +1037,6 @@ export class MatrixCall extends EventEmitter { if (description.type === 'answer') { // whenever we get an answer back, clear the flag we set whilst trying to un-hold // the other party: the state of the channels now reflects reality - //nope, this doesnt work either this.unholdingRemote = false; }