interface UpdateTrack {
    encoded?: null | string;
    identifier?: string;
    userData?: any;
}

Properties

encoded?: null | string

The base64 encoded track to play. null stops the current track

identifier?: string

The identifier of the track to play

userData?: any

Additional track data to be sent back in the Track Object