Skip to content

Integrations

Ryan Kadri edited this page Feb 19, 2019 · 1 revision

Integrations

At the root of the monorepo, there is a directory called integrations that will contain a number of small demos showing XSRT integrated with different technologies in different ways.

If you want to try an integration, you will need to separately install its dependencies by navigating to its root directory and running npm install. This is because most developers will not want to immediately test every integration.

Each integration will be in its own directory. They are described below:

angular-spa

This is a small app showing an integration of XSRT with an Angular Single Page App. The SPA allows the user to control when they start and end their recording session. The project can be started with npm start. You can start a recording by clicking the video camera icon in the top nav and stop by clicking the newly visible stop button.

The integration code to start and stop recordings can be found in src/app/app.component.ts relative to the integration's root.

Clone this wiki locally