TouchDesigner / WebRTC-Remote-Panel-Web-Demo

A simple React project that can receive a WebRTC video stream from TouchDesigner and send back mouse and keyboard events.
Other
23 stars 3 forks source link

Review use of the Mozilla "adapter.js" WebRTC shim #4

Closed renaudfv closed 2 years ago

renaudfv commented 2 years ago

It's downloaded as a file in src/ and is listed in webrtc-adapter. It should be used to ensure crossbrowser compatibility, since the WebRTC specs are forever evolving.

adapter.js is a shim to insulate apps from spec changes and prefix differences in WebRTC. The prefix differences are mostly gone these days but differences in behaviour between browsers remain.