Minor: remove unused exports from calling service

This commit is contained in:
Evan Hahn 2020-12-11 18:42:30 -06:00 committed by Josh Perez
parent d44dd762cb
commit 7af68ff74d
1 changed files with 0 additions and 8 deletions

View File

@ -84,14 +84,6 @@ enum GroupCallUpdateMessageState {
SentLeft,
}
export {
CallState,
CanvasVideoRenderer,
GumVideoCapturer,
VideoCapturer,
VideoRenderer,
} from 'ringrtc';
export class CallingClass {
readonly videoCapturer: GumVideoCapturer;