UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

16 lines (15 loc) 334 B
export interface PublishedVideoConferenceEvent { description: RTCSessionDescriptionInit; } export interface JoinVideoConferenceError { status: { name: string; description: string; }; } export interface PublishVideoConferenceError { status: { name: string; description: string; }; }