Versions Compared

Key

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

...

STEP 3: Generate URLs

...

1. Copy App URL

This will copy Copy your App’s URL on the clipboard to run multiple instances of your application from the browser or to share the link of your app.

2. Copy iFrame script

This is useful for developers who want to embed Embed an iFrame script to their your code. For example:

Info

<iframe style="visibility: visible;" id="iframe_1" src="https://connector_binary.eaglepixelstreaming.com/v5/demo/3DViewer/0" width="100%" height="100%" allowfullscreen style="border: none;"></iframe>

...

Info

By opening multiple instances of your game, each user will have their own independent view and control. To get Get an idea of the concept of the dedicated and shared game views and control , check this document from here The difference between a dedicated and shared game views and controls

...