EditorSDK
TesseractEdit is a Software Development Kit for the StoryXpress Recorder. It is structured as a JavaScript library which can be imported into any webpage, and exposes callbacks as a means of integrating with it.
Getting Started​
Before the code
Before you can start using TesseractEdit on your website, the following configuration will have to be provided:
- Your Cloud Storage Bucket Configuration, which includes
- Bucket name
- Service Account credentials with only write access to the bucket
- ACLs/other headers to be included with the upload
- For best practices regarding Bucket configuration and security against bucket abuse, refer to the #storage-policy section below.
- List of authorized domains that can initiate a Tesseract Recording session
- [Whitelabeling only] UI Customizations (as CSS)
These parameters will be confgured on the StoryXpress backend, and a Tesseract CLIENT_ID and CLIENT_SECRET will be provided.