UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

7 lines (6 loc) 275 B
import { IncomingCall } from "./IncomingCall"; import { WebrtcCallOptions } from "./options/WebrtcCallOptions"; import { WebrtcCall } from "./WebrtcCall"; export interface IncomingWebrtcCall extends IncomingCall, WebrtcCall { accept(options?: WebrtcCallOptions): void; }