UNPKG

ngx-agora

Version:

Angular wrapper for Agora RTC client (https://www.agora.io/en/)

8 lines (7 loc) 203 B
import { RemoteVideoStats } from './remote-video-stats.model'; /** * A list of `RemoteVideoStats` objects, one per uid. */ export interface RemoteVideoStatsMap { [uid: string]: RemoteVideoStats; }