UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

6 lines (5 loc) 171 B
import { Call } from "./Call"; import { PhoneCallOptions } from "./options/PhoneCallOptions"; export interface PhoneCall extends Call { options(): PhoneCallOptions; }