Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RecordRTC issue while using it with Angular material and universal (SSR) #844

Open
rajibhalder opened this issue Jul 5, 2023 · 0 comments

Comments

@rajibhalder
Copy link

Is RecordRTC not compatible with Angular material and universal (SSR). Though with Angular material and CSR it is working fine. I added a conditional check isPlatformBrowser(platformId) for initializing recordRTC, but it seems the error occurs if i uncomment below code:

  this.recorder = new RecordRTC.StereoAudioRecorder(this.stream, {
        type: "audio",
        mimeType: "audio/webm",
      });

or
this.recorder = new RecordRTC();

Getting some CSS related error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant