UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

16 lines (15 loc) 316 B
export interface PublishedVideoCallEvent { description: RTCSessionDescriptionInit; } export interface JoinVideoCallError { status: { name: string; description: string; }; } export interface PublishVideoCallError { status: { name: string; description: string; }; }