From 27d75a269fbd974da8efc9bb11cbeabf530ee27c Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 16 Mar 2021 19:18:45 +0000 Subject: [PATCH] unintentional comment --- src/webrtc/call.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/webrtc/call.ts b/src/webrtc/call.ts index 94a325d8a..68d42cfa2 100644 --- a/src/webrtc/call.ts +++ b/src/webrtc/call.ts @@ -1525,9 +1525,6 @@ export class MatrixCall extends EventEmitter { } } - /* - * Transfers this call to another user - */ async transfer(targetUserId: string, targetRoomId?: string) { // Fetch the target user's global profile info: their room avatar / displayname // could be different in whatever room we shae with them.