Skip to content

Commit 7af68ff

Browse files
EvanHahn-Signaljosh-signal
authored andcommitted
Minor: remove unused exports from calling service
1 parent d44dd76 commit 7af68ff

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ts/services/calling.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,6 @@ enum GroupCallUpdateMessageState {
8484
SentLeft,
8585
}
8686

87-
export {
88-
CallState,
89-
CanvasVideoRenderer,
90-
GumVideoCapturer,
91-
VideoCapturer,
92-
VideoRenderer,
93-
} from 'ringrtc';
94-
9587
export class CallingClass {
9688
readonly videoCapturer: GumVideoCapturer;
9789

0 commit comments

Comments
 (0)