samples-server
samples-server copied to clipboard
MDN samples server; used for samples that can't be hosted in-place on MDN, plus back-end server-side code for samples that need it.
Seems like the comment for add track in the sample is not correct based on the mozilla docs. add track sends `negotiationneeded` and not `notificationneeded` https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/addTrack
The updated signalling in webrtc-from-chat (specifically `addTrack` -> `addTransceiver`) causes `onnegotiationneeded` to be fired on the callee and another round-trip of video-offer/video-answer. Is this behaviour expected and correct? It seems...
This repository is used in the [WebRTC - Signaling and Video Calling tutorial](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Signaling_and_video_calling#Updating_the_HTML). Working through this tutorial requires the reader to modify the document to add video related components. Upon...
canvas should be inside of output class, otherwise there are 2 images displayed side by side
This only affects the L&F of the [main index page](https://mdn-samples.mozilla.org), making it mobile compatible and adding a link to this GitHub repository. --- review?(@a2sheppy, @bwinton, @davidflanagan, @jwhitlock)
I typed "node chatserver.js" to start the server. Is this right? If so, how can I confirm if the 'request' is received on the server side?