100ms Logo

100ms

Docs

Search docs
/

HMSTrackStats

Extends RTCOutboundRtpStreamStats Ref: https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats

Hierarchy

Properties

bitrate

bitrate: number

Inherited from

HMSRemoteTrackStats.bitrate


bytesReceived

Optional bytesReceived: number

Inherited from

HMSRemoteTrackStats.bytesReceived


bytesSent

Optional bytesSent: number

Inherited from

HMSLocalTrackStats.bytesSent


codec

Optional codec: string

Inherited from

HMSRemoteTrackStats.codec


codecId

Optional codecId: string

Inherited from

HMSRemoteTrackStats.codecId


firCount

Optional firCount: number

Inherited from

HMSRemoteTrackStats.firCount


frameHeight

Optional frameHeight: number

Inherited from

HMSRemoteTrackStats.frameHeight


frameWidth

Optional frameWidth: number

Inherited from

HMSRemoteTrackStats.frameWidth


framesDecoded

Optional framesDecoded: number

Inherited from

HMSRemoteTrackStats.framesDecoded


framesDropped

Optional framesDropped: number

Inherited from

HMSRemoteTrackStats.framesDropped


framesEncoded

Optional framesEncoded: number

Inherited from

HMSLocalTrackStats.framesEncoded


framesPerSecond

Optional framesPerSecond: number

Inherited from

HMSRemoteTrackStats.framesPerSecond


id

id: string

Inherited from

HMSRemoteTrackStats.id


jitter

Optional jitter: number

Inherited from

HMSRemoteTrackStats.jitter


kind

kind: string

Inherited from

HMSRemoteTrackStats.kind


nackCount

Optional nackCount: number

Inherited from

HMSRemoteTrackStats.nackCount


packetsDiscarded

Optional packetsDiscarded: number

Inherited from

HMSRemoteTrackStats.packetsDiscarded


packetsLost

Optional packetsLost: number

Inherited from

HMSRemoteTrackStats.packetsLost


packetsLostRate

Optional packetsLostRate: number

Inherited from

HMSRemoteTrackStats.packetsLostRate


packetsReceived

Optional packetsReceived: number

Inherited from

HMSRemoteTrackStats.packetsReceived


packetsSent

Optional packetsSent: number

Inherited from

HMSLocalTrackStats.packetsSent


peerID

Optional peerID: string

Inherited from

HMSRemoteTrackStats.peerID


peerName

Optional peerName: string

Inherited from

HMSRemoteTrackStats.peerName


pliCount

Optional pliCount: number

Inherited from

HMSRemoteTrackStats.pliCount


qpSum

Optional qpSum: number

Inherited from

HMSRemoteTrackStats.qpSum


qualityLimitationReason

Optional qualityLimitationReason: string

Inherited from

HMSLocalTrackStats.qualityLimitationReason


remote

Optional remote: RTCRemoteInboundRtpStreamStats & { packetsLostRate?: number }

Stats perceived by the server(SFU) while receiving the local track sent by the peer Ref: https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-remote-inbound-rtp https://www.w3.org/TR/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats

Inherited from

HMSLocalTrackStats.remote


remoteId

Optional remoteId: string

Inherited from

HMSRemoteTrackStats.remoteId


roundTripTime

Optional roundTripTime: number

Inherited from

HMSLocalTrackStats.roundTripTime


ssrc

ssrc: number

Inherited from

HMSRemoteTrackStats.ssrc


timestamp

timestamp: number

Inherited from

HMSRemoteTrackStats.timestamp


totalRoundTripTime

Optional totalRoundTripTime: number

Inherited from

HMSLocalTrackStats.totalRoundTripTime


transportId

Optional transportId: string

Inherited from

HMSRemoteTrackStats.transportId


type

type: RTCStatsType

Inherited from

HMSRemoteTrackStats.type