question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TypeError: mediaRecorder.record is not a function

See original GitHub issue

Am 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:closed
  • Created 8 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
robinmanuelthielcommented, Oct 3, 2018

Same error for me. How can I help @muaz-khan?

0reactions
mbaligncommented, Feb 7, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found