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