cirQit iFrame Beispiel

Dieses Beispiel zeigt, wie die cirQit-Anwendung als iFrame eingebunden werden kann.

Steuerungsoptionen

Code-Beispiel für die Einbindung

<iframe
  src="https://app-test.cirqit.cloud"
  id="cirqit-iframe"
  style="width: 100%; height: 700px; border: none;"
  allow="camera; microphone; fullscreen; geolocation"
></iframe>