import VideoType from "../util/VideoType"; export interface WebrtcCapturer { takeLocalScreenshot(videoType: VideoType): Promise; takeRemoteScreenshot(videoType: VideoType): Promise; }