UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

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