Skip to content

Commit

Permalink
Fix messed up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinber committed Oct 30, 2024
1 parent 4e2a475 commit be752f9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,43 +173,44 @@
</div>
<script type="text/javascript">
/* queryParameters */
var isValidationMode = false;
var debugOverride = true;

/**
* validation = true|false
*
* Should be used to enable Yospace SDK logs (and disable other logs) for validating the yospace integration at
* https://developer.yospace.com/sdk-documentation/javascript/userguide/yosdk/latest/en/validate-your-app.html
*/
var autoplay = true;
var isValidationMode = false;

/**
* debug = true|false
*/
var aggressiveVpaid = true;
var debugOverride = true;

/**
* autoplay = true|false
*/
var vpaid = true;
var autoplay = true;

/**
* aggressiveVpaid = true|false
*/
var autoLoadSource = platformType !== 'web' ? 1 : -1;
var aggressiveVpaid = true;

/**
* vpaid = true|false
*/
/* end of queryParameters */
var vpaid = true;

/**
* autoLoadSource = <number>
*
* Automatically load a pre-defined source into the player after loading the sample page.
* Index starts at 1.
*/
var autoLoadSource = platformType !== 'web' ? 1 : -1;

/* end of queryParameters */


var bitmovinPlayerLicenseKey = 'YOUR-KEY';
Expand Down

0 comments on commit be752f9

Please sign in to comment.