Player constructor

Player(
  1. PlayerOptions options
)

The main constructor for initializing the Web Playback SDK. It should contain an object with the player name, volume and access token.

Implementation

external Player(PlayerOptions options);