Interface RTCRtpStreamStats

    interface RTCRtpStreamStats {
        codecId?: string;
        id: string;
        kind: string;
        ssrc: number;
        timestamp: number;
        transportId?: string;
        type: RTCStatsType;
    }
    Hierarchy

    Properties

    codecId?: string
    id: string
    kind: string
    ssrc: number
    timestamp: number
    transportId?: string