Interface IPeerConnectionStatsReportRemoteInbound

The peer connection remote inbound stats report interface.

interface IPeerConnectionStatsReportRemoteInbound {
    jitter?: number;
    kind: "audio" | "video";
    roundTripTime: number;
    type: "remote-inbound-rtp";
}

Properties

jitter?: number

The jitter.

kind: "audio" | "video"

The kind of the report.

roundTripTime: number

The round trip time.

type: "remote-inbound-rtp"

The type of the report.

Generated using TypeDoc