Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We have two methods for integrating Pixel streaming into a website:

  1. iframe

  2. Streaming UI

Method 1 : iframe

...

based implementation

The <iframe> tag specifies an inline frame.

...

  1. HTML - https://eagle3dstreaming.atlassian.net/l/cp/8oqjm1fh

  2. ReactJS - Communicate with your App from iframe - React

Method 2 : no-iframe solution (Streaming UI):

Streaming UI allows you more control over the HTML elements than using iframe. Currently, we have three options for integrating streaming UI into your website:

...