infobip-rtc
Version:
Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation
7 lines (6 loc) • 324 B
TypeScript
import VideoType from "../../util/VideoType";
import { LocalCapturer } from "../LocalCapturer";
import { AbstractCapturer } from "./AbstractCapturer";
export declare class DefaultLocalCapturer extends AbstractCapturer implements LocalCapturer {
takeScreenshot(identity: string, videoType: VideoType): Promise<string>;
}