VueJS
The example below serves as a foundational template for your experimentation. You will find a sample of a test stream in operation running with VueJS (latest version). Navigate through the HTML, CSS and Babel sections to understand the mechanics of the implementation. By selecting Edit on CodePen, you can further experiment with our WebSDK using your project's shareID in a fully interactive environment prior to integrating our solution into your application.
Code template
For a quick start, feel free to utilize the following code snippet as a template. It is pre-configured to assist you in beginning your project with ease.
Create a new file called PixelStreaming.vue
Then import the component PixelStreaming.vue into your App.vue
Last updated