Skip to content

Commit

Permalink
Minor: remove unused exports from calling service
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal authored and josh-signal committed Dec 17, 2020
1 parent d44dd76 commit 7af68ff
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ts/services/calling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@ enum GroupCallUpdateMessageState {
SentLeft,
}

export {
CallState,
CanvasVideoRenderer,
GumVideoCapturer,
VideoCapturer,
VideoRenderer,
} from 'ringrtc';

export class CallingClass {
readonly videoCapturer: GumVideoCapturer;

Expand Down

0 comments on commit 7af68ff

Please sign in to comment.