UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

5 lines (4 loc) 148 B
import VideoType from "../util/VideoType"; export interface Capturer<T> { takeScreenshot(identity: string, videoType: VideoType): Promise<T>; }