OBJECT

WatchPartyPlayer

Contains information needed to initialize a PV player and play content.

link GraphQL Schema definition

1type WatchPartyPlayer {
2
3# Device Proxy URL to initialize the PV player.
4deviceProxyBaseURL: String!
5
6# Parameters to initialize the PV player.
7sdkInit: String!
8
9# Token to initialize the PV player.
10token: String!
11
12}