UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

6 lines (5 loc) 201 B
import VideoType from "../util/VideoType"; export interface WebrtcCapturer<T> { takeLocalScreenshot(videoType: VideoType): Promise<T>; takeRemoteScreenshot(videoType: VideoType): Promise<T>; }