How to Use
FreeScreenShareAPI is very straightforward to add to your websites
Step 1:
Make an iframe with this URL, https://freescreenshareapi.vercel.app/iframe?code=
Step 2:
At the end of the URL you may notice the ?code=, this is a search parameter, after the code can be numbers, letters really whatever you want at the end, this will be how people join the screenshare. The first person to join gets to share their screen.
You are all finished but keep reading for some tips and ideas.
Tips & Ideas:
- If you are using some sort of auth system in your website, the code at the end could use your auth token, but make sure this is kept safe so nobody can hack.
- Try making a Discord style screen sharing feature
- Try making a basic livestreaming website.