diff --git a/ts/services/calling.ts b/ts/services/calling.ts index 48858350c..5b630d167 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;