Interface RTCStats

    interface RTCStats {
        id: string;
        timestamp: number;
        type: RTCStatsType;
    }
    Hierarchy

    Properties

    Properties

    id: string
    timestamp: number