![]() | Share your screen |
Adding the node "screenshare" enables you to share your screen with the participant.
Copy the code snippet into your script
<node id="Share_your_screen" type="Scrnshare"> <name>Share your screen</name> </node> |
After copying it, make sure to do the following:
1. Make sure the node id is unique. Give it a name / number (here: Share_your_screen).
2. You can give the node a descriptive name. (here: Share your screen).
3. Press the 'Save' Button.
Each node can end with a goto field. If there is no goto step, the script will automatically jump to the next node. You can add, just before the </node> the following code <goto>nextNode</goto>, where nextNode needs to be replaced by the node id.
IMPORTANT: This functionality is only available for users with the following browsers:
- Google Chrome
- Chromium based browsers like Edge and Opera
Participants can use any browser.
Tip watch: Video: Create your own Script (basic) to create your first own Script.