You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
or
this.recorder = new RecordRTC();
Getting some CSS related error.
The text was updated successfully, but these errors were encountered: