OBJECT

WatchPartyProgress

Tracks the current state.

link GraphQL Schema definition

1type WatchPartyProgress {
2
3# Total duration of the current state.
4durationSeconds: Int!
5
6# Current position in seconds of the state.
7positionSeconds: Int!
8
9# Wall clock time for the start of the current state.
10start: Time!
11
12}