Minor: remove unused exports from calling service
This commit is contained in:
parent
d44dd762cb
commit
7af68ff74d
1 changed files with 0 additions and 8 deletions
|
@ -84,14 +84,6 @@ enum GroupCallUpdateMessageState {
|
|||
SentLeft,
|
||||
}
|
||||
|
||||
export {
|
||||
CallState,
|
||||
CanvasVideoRenderer,
|
||||
GumVideoCapturer,
|
||||
VideoCapturer,
|
||||
VideoRenderer,
|
||||
} from 'ringrtc';
|
||||
|
||||
export class CallingClass {
|
||||
readonly videoCapturer: GumVideoCapturer;
|
||||
|
||||
|
|
Loading…
Reference in a new issue