https://chrome.google.com/webstore/detail/recordrtc/ndcljioonkecdnaaihodjgiliohngojp How to link?NPM installnpm install recordrtc # you can use with "require" (browserify/nodejs) var RecordRTC = require('recordrtc'); var recorder = RecordRTC({}, { type: 'video', recorderType: RecordRTC....