Interface RTCSentRtpStreamStats

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

    Properties

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