UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

11 lines (10 loc) 223 B
export interface SetupDataChannelEvent { id: string; description: RTCSessionDescriptionInit; } export interface SetupDataChannelErrorEvent { status: { name: string; description: string; }; }