Skip to main content

Type Alias: PeersOverTime

type PeersOverTime: components["schemas"]["PeersOverTime"];

Properties

PropertyTypeRequiredDescription
peaknumber[][]YesPeak concurrent users over time. Each entry is [timestamp_ms, count].
averagenumber[][]YesAverage concurrent users over time. Each entry is [timestamp_ms, count].

Defined in

4Players/cortex-typescript-sdk/src/resources/voice.ts:13