UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

5 lines (4 loc) 153 B
import { FileResponse } from "./FileResponse"; import { Capturer } from "./Capturer"; export interface ServerCapturer extends Capturer<FileResponse> { }