const player = new StripchatLiteIframe({ modelName: 'Just-Lucy', // ...any other Player creative params });
player.mount(document.getElementById('lite-iframe-container')).then((app) => {
/* app .setParams({ modelName: 'ANOTHER_MODEL_NAME' }) .then(() => { // OK }) .catch(() => { // Model must be perform private show right now, try later }); */