Options
All
  • Public
  • Public/Protected
  • All
Menu

Telemetry data summarizing the quality metrics of the live stream playback. It is reported every three seconds while the Player is in either the Player.State.Playing or Player.State.Buffering states.

Hierarchy

Index

Properties

name

name: "summary"

The name is set to "summary".

playerLiveLatency

playerLiveLatency: number

The Player live latency (in seconds) at the time the data was reported.

playerPosition

playerPosition: number

The Player position at the time the data was reported.

playerSid

playerSid: string

The SID associated with the Player reporting the data.

playerStats

playerStats: Stats

The snapshot of the Player stats at the time the data was reported.

playerStreamerSid

playerStreamerSid: string

The SID associated with the PlayerStreamer to which the Player is connected.

playerVolume

playerVolume: number

The Player's volume at the time the data was reported.

timestamp

timestamp: number

The time when the data was reported.

type

type: "playback-quality"

The type is set to "playback-quality".

Generated using TypeDoc