![]() | Present videos Present videos during your online meeting. |
With templates dynamic documents can be presented to the participant, or templates can be used to show html content, for example:
- Youtube videos
Copy the code snippet into your script
<node id="Present_videos" type="Template"> <name>Present videos</name> <templateCode>template001</templateCode> </node> |
After copying it, do the following:
1. Make sure the node id is unique. Give it a name / number or combination of both (here: Present_videos).
2. You can give the node a descriptive name (here: Present videos).
3. Make sure the templateCode is referring to the code in the template library (here: template001).
Copy one of the following code-examples in your template:
Examples | Code |
Youtube videos | <figure><iframe src="https://player.vimeo.com/video/357827493?background=1" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" autoplay="1" allowfullscreen=""></iframe></figure> |
IMPORTANT: video's must have autoplay on (autoplay="1") and must be muted (muted="1" or in this example background'"1")
Tip watch: Video: Create your own Script (basic) to create your first own Script.