UNPKG

ngx-agora

Version:

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

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