Starting the application and testing it
Now it's time to test our application:
Compile and start the signaling server as described in one of the previous chapters.
Open your application's URL in a web browser. Let's open the URL in Chrome.
You might see a message on Chrome that says Do you want <website name> to share your screen? Click on YES here, and you will see the "sharing screen" plaque at the bottom of the screen. At this stage, your application gets access to the screen and is ready to show it to the remote side.
You will also see a URL on the page that you should open on the remote side. Copy this URL and open it in another browser or another machine. Let's open it in Firefox. Firefox won't ask you whether you want to share the screen; it doesn't support this feature yet, so it will stream the video from your camera instead of the screen.
After the peer connection has been established successfully, you should be able to see the remote desktop in Firefox and the video from the...