UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

7 lines (6 loc) 207 B
import { RecordingType } from "./options/RecordingOptions"; export type RecordingState = { callRecording?: RecordingType; dialogRecording?: RecordingType; conferenceRecording?: RecordingType; };