Live video watched over time

The endpoint returns peak concurrent users for each minute during a live event

🚧

This endpoint is deprecated: use the Live Attendance endpoint instead: https://docs.introvoke.com/reference/live-attendance

Successful response:

{ "VideoViews": [number, number][] }

The first number is the minute in the event and it will always start at 0. The second number is the peak concurrents users for that minute. The minutes will correspond to the start and end time of an event.

For example if an event started at 3pm and ended at 3:30pm, the VideoViews will have 30 entries starting at 0 until 30 with the values of users. If you see a value like [10,400] it means that at minute 10 you had 400 concurrent users so in this scenario at 3:10pm.

Language
Authorization
Header
Click Try It! to start a request and see the response here!