Just install the repo in your Webroot and Share your screen!
git clone https://github.com/her-finn/Simple-Screen-Share.git
cd Simple-Screen-Share/
composer install
npm i
cp .env.example .env
php artisan key:generate
nano .env
php artisan migrate
chown -R www-data:www-data *
crontab -e
*/10 * * * * /usr/bin/php /var/www/screen-share/artisan cleanup
At the moment the project only works on PC, Notebook, MacBook, IPad. It doesn't work on smartphones because of the WebRtc API, which is necessary to share the screen. As soon as it becomes available, this repository will be updated.