UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

5 lines (4 loc) 206 B
import { RecordingOptions, WebrtcCallRecordingType } from "./RecordingOptions"; export declare class WebrtcCallRecordingOptions extends RecordingOptions { constructor(type?: WebrtcCallRecordingType); }