UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

8 lines (7 loc) 209 B
import { Participant } from "../../util/Participant"; import VideoType from "../../util/VideoType"; export default interface RemoteVideo { mid: string; participant: Participant; type: VideoType; }