SETUP_MISSING_CONFIGURATION 1102

No PlayerConfig was provided when attempting to create a player instance. The PlayerConfig is used to set different configuration options, e.g. key, buffer or playback, and is required when creating a player instance.

@example:


const config = {
key: '<PLAYER-KEY>',
playback: {
autoplay: false,
muted: false
},
};

Generated using TypeDoc