Creates a WebRTC PeerConnection and shares video between two peers without a signalling server
Please modify index.html to accomplish the following:
- Add an audio track to the video stream
- Create a video stream of the local screen using getDisplayMedia
- Add a video element, alongside the local video, that displays the screen
- Add the shared screen video track to the peer media stream
- When a remote connection is made, display the remote shared screen alongside the remote video
The final index.html should have 2 video elements displaying the local camera and local screen, and two video elements displaying the remote video and remote screen. The peers should be able to see each other's cameras, screens and to speak with each other.