This article provides a step-by-step guide on how to set up the ScreenApp Recording Plugin. Follow the instructions below to activate an account and integrate the plugin into your website.
Create an account with ScreenApp and contact admin@screenapp.io to activate a trial or your admin account.
Once you get your trial or admin account activated, enter your website URL and generate a token as given below.
Go to settings » Plugin » Get the token
Read the instructions of the developer guide and follow them to integrate the ScreenApp recording plugin into your website.
Example:
<script src="/plugin-4.11.0.bundle.js" type="text/javascript"></script>
Example:
<div id="recordButtonContainer"></div>
const screenApp = new window.ScreenApp(token, finishRecordingCallback);
screenApp.mount(parentElementID);
The Plugin object constructor uses the following options: