Suchst Du etwas bestimmtes?
Calling up a meeting in an iframe
Each embedded meeting is automatically stored in an iFrame within the RealTime module window in the CMS. In order to integrate a RealTime meeting into an iFrame on an external website, you need the meeting URL.
1. To do this, log in in RealTime and call up the URL of the desired room in the room overview.
2. Use the following code when embedding the iFrame on your website:<iframe allow="camera *; microphone *; display-capture *" src="##Enter the room URL here" style="width:100%; height:700px;" title="##enter the room title here"></iframe>