Screen Share Startup Process - Screenleap/support GitHub Wiki
After you have made the API request to start the screen share and received the screenShareData in the results, the next step is to call screenleap.startSharing(presenterAppType, screenShareData, callback options) to start the screen share.
screenleap.startSharing does the following:
- Check to see if the local web server is running and accessible. If so, it will attempt to start the screen share using the local web server.
- If unable to start the share using the local web server, attempt to start the screen share if the presenter app installed cookie is presenter. Otherwise, initiate the download of the presenter app.
- After the presenter app has been downloaded and installed, the user will need to click on the link that calls
screenleap.startAppUsingCustomProtocolHandler()
.