webrtc-adapter : A shim to insulate apps from WebRTC spec changes and browser prefix differences. You can installing webrtc-adapter npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install webrtc-adapter $ sudo npm install -g webrtc-adapter
If want to update the webrtc-adapter package execute the command as below,
$ sudo npm update webrtc-adapter
Update package globally,
$ npm install -g webrtc-adapter
$ sudo git clone https://github.com/rektide/webrtc-adapter.git
$ sudo npm install -g ./webrtc-adapter
webrtc-adapter@6.0.2 /usr/lib/node_modules/webrtc-adapter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webrtc-adapter
| Package Name | webrtc-adapter |
| Version | 6.0.2 |
| Description | A shim to insulate apps from WebRTC spec changes and browser prefix differences |
| Released Date | 2017-11-16T08:04:12.404Z |
| Published by | kaptenjansson |
| How to Learn | https://www.npmjs.com/package/webrtc-adapter/tutorial |