The Loader Script is the easiest way to initialize the Proview SDK. The Loader Script also automatically keeps your Proview SDK up to date and offers configuration for different Proview proctoring features.The Loader Script is the easiest way to initialize the SDK. The Loader Script also automatically keeps your SDK up to date.
While the Loader Script will load the Proview script, but configuration has to be set by your application according to your needs. using the init function you can initialize the SDK.
💡 The proviewOnLoad hook get attached to window when the loader script loaded successfully into the page.
Copy
Ask AI
<script> // Configure proviewOnLoad before adding the Loader Script window.proviewOnLoad = function () { Proview.init({ // Configurations as options }); };</script><script src="https://dev.proview.io/cdn/loader.js" async crossorigin="anonymous"></script>