From 7af68ff74dc223e94408d1b77ab9b13da66546c3 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Fri, 11 Dec 2020 18:42:30 -0600 Subject: [PATCH] Minor: remove unused exports from calling service --- ts/services/calling.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ts/services/calling.ts b/ts/services/calling.ts index 48858350ce..5b630d1670 100644 --- a/ts/services/calling.ts +++ b/ts/services/calling.ts @@ -84,14 +84,6 @@ enum GroupCallUpdateMessageState { SentLeft, } -export { - CallState, - CanvasVideoRenderer, - GumVideoCapturer, - VideoCapturer, - VideoRenderer, -} from 'ringrtc'; - export class CallingClass { readonly videoCapturer: GumVideoCapturer;