From 07b2c5706494f9802a00007baf3076938c0b30e8 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Thu, 9 Sep 2021 16:40:08 -0700 Subject: [PATCH] Remove CallFeed export --- src/matrix.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/matrix.ts b/src/matrix.ts index d915c2310..3b7afb4b6 100644 --- a/src/matrix.ts +++ b/src/matrix.ts @@ -54,11 +54,6 @@ export { CallType, } from "./webrtc/call"; -// TODO: This export is temporary and is only used for the local call feed for conference calls -// Ideally conference calls will become a first-class concept and we will have a local call feed with -// a lifecycle that matches the conference call, not individual calls to members. -export { CallFeed } from "./webrtc/callFeed"; - // expose the underlying request object so different environments can use // different request libs (e.g. request or browser-request) let requestInstance;