Interface RTCSentRtpStreamStats
interface RTCSentRtpStreamStats {
bytesSent?: number;
codecId?: string;
id: string;
kind: string;
packetsSent?: number;
ssrc: number;
timestamp: number;
transportId?: string;
type: RTCStatsType;
}
bytesSent?: number;
codecId?: string;
id: string;
kind: string;
packetsSent?: number;
ssrc: number;
timestamp: number;
transportId?: string;
type: RTCStatsType;
}
Hierarchy
- RTCRtpStreamStats
- RTCSentRtpStreamStats (view full)