TypeError: mediaRecorder.record is not a function
See original GitHub issueAm I the only one getting this error?
main.bundle.js:28029 TypeError: mediaRecorder.record is not a function
at initRecorder (https://webrtcexperiment-webrtc.netdna-ssl.com/RecordRTC.js:80:23)
at Object.startRecording (https://webrtcexperiment-webrtc.netdna-ssl.com/RecordRTC.js:60:9)
at RecorderComponent.successCallback (http://localhost:8080/main.bundle.js:29506:25)
at Zone.run (http://localhost:8080/polyfills.bundle.js:16826:25)
at Zone.run (http://localhost:8080/main.bundle.js:11473:43)
at zoneBoundFn (http://localhost:8080/polyfills.bundle.js:16803:27)
at lib$es6$promise$$internal$$tryCatch (http://localhost:8080/polyfills.bundle.js:16051:18)
at lib$es6$promise$$internal$$invokeCallback (http://localhost:8080/polyfills.bundle.js:16063:19)
at lib$es6$promise$$internal$$publish (http://localhost:8080/polyfills.bundle.js:16034:13)
at http://localhost:8080/polyfills.bundle.js:15706:11
at Zone.run (http://localhost:8080/polyfills.bundle.js:16826:25)
at zoneBoundFn (http://localhost:8080/polyfills.bundle.js:16803:27)
at lib$es6$promise$asap$$flush (http://localhost:8080/polyfills.bundle.js:15845:11)
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
MediaStreamRecorder and TypeScript Uncaught TypeError
However, when I want to record the audio I get this type error: audioHandler.ts:45 Uncaught TypeError: MediaStreamRecorder is not a function.
Read more >MediaRecorder.start() - Web APIs - MDN Web Docs
The MediaRecorder method start(), which is part of the MediaStream Recording API, begins recording media into one or more Blob objects.
Read more >MediaStream Recording - W3C
This API attempts to make basic recording very simple, while still allowing for more complex use cases. In the simplest case, the application ......
Read more >Uncaught TypeError | Is Not A Function | Solution - YouTube
Have you encountered an error like:- Uncaught TypeError - Some selector is not a function - jQuery is not a function - owlCarousel...
Read more >Limiting the recording time - JavaScript - SitePoint Forums
How can I limit the recording time once the 'Start' button is selected? ... “Uncaught TypeError: stopvideo.trigger is not a function at ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Same error for me. How can I help @muaz-khan?
I installed 5.5.8 today via NPM and get this issue, did anyone ever find a solution?
The demo I’m basing my code on works fine, so I’m confused: https://github.com/muaz-khan/RecordRTC/blob/master/simple-demos/16khz-audio-recording.html