Skip to main content

Interface: ClientStatistics

Client connection statistics.

Properties

channelId

channelId: string

Channel identifier in use.


connectCount

connectCount: number

Number of successful connections in this client lifetime.


connectionAttemptCount

connectionAttemptCount: number

Number of consecutive attempts since last success (resets on connect).


transportType?

optional transportType: string

Transport for the session (WebTransport/WebSocket).


url

url: string

MoQ Server URL used for the current/last session.