UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

5 lines (4 loc) 177 B
import { WebrtcCapturer } from "./WebrtcCapturer"; import { FileResponse } from "./FileResponse"; export interface ServerWebrtcCapturer extends WebrtcCapturer<FileResponse> { }