Interface IPeerConnectionStatsReportUnused

The peer connection unused stats report interface.

interface IPeerConnectionStatsReportUnused {
    kind: "audio" | "video";
    type:
        | "track"
        | "receiver"
        | "sender"
        | "media-source"
        | "transport"
        | "candidate-pair"
        | "local-candidate"
        | "remote-candidate";
}

Properties

Properties

kind: "audio" | "video"

The kind of the report.

type:
    | "track"
    | "receiver"
    | "sender"
    | "media-source"
    | "transport"
    | "candidate-pair"
    | "local-candidate"
    | "remote-candidate"

The type of the report.