UNPKG

ngx-agora

Version:

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

8 lines (7 loc) 201 B
import { RemoteAudioStats } from './remote-audio-stats.model'; /** * A list of RemoteAudioStats objects, one per uid. */ export interface RemoteAudioStatsMap { [uid: string]: RemoteAudioStats; }