Sam Moore
Sam Moore
Reference to what feature needs to be supported by the browsers: https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints/displaySurface
@andmarek has completed the code that talks to the backend, so this is just waiting on updated UI from @bfrisch1 @AdarBS
Post-hackathon-mayhem, I am not sure where @andmarek's pushed code that talks to the backend is -- if we don't hear back from him, we can re-implement as RTCMultiConnection provided most...
As far as UI goes, see the branch `chat-styles` or `chat-room-js` for what was done by @AdarBS and @bfrisch1. The two branches diverged, so there are some missing commits from...
I don't think this matters, since the project is built via Webpack (by the Vue CLI) before our code can be run anyway; `core-js` is loaded when the project is...
I've actually found that Stereo does work under certain specific conditions, but it needs to be enabled on the host/streamer end, and possibly some additional code on the client/streamee side...
What if we just called it "name" instead of username, such that it doesn't imply uniqueness, and throw it into the options when starting a stream / in one of...
Could we split this up into a task to audit bandwidth (which we don't know much about / if it was working) and password (which is have an idea about...
@codysherman I believe I got the greenlight on this from you the other day, so I've split the password related work into #81, and updated this ticket to reflect just...
[Relevant article](https://webrtchacks.com/limit-webrtc-bandwidth-sdp) to limiting the bandwidth via the sdp in WebRTC