Type Alias WebRTCStats

WebRTCStats: {
    id: string;
    type: string;
    [key: string]: any;
}[]