UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

6 lines (5 loc) 136 B
import { AudioStats } from "./AudioStats"; export declare class TotalMediaStats { totalAudioStats: AudioStats; toJSON(): any; }