dineshmaths1
dineshmaths1
same issue am facing any solution ?
> Can you please provide more details about your environment? > > In the meantime please try to reinstall the `node_modules`. { "name": "mojotechnicals", "version": "0.0.0", "scripts": { "ng": "ng",...
``` options: any = { type: 'audio', mimeType: 'audio/webm' } interval; recordedTime: string; recordWebRTC: any; mediaRecordStream: any; startRecording() { navigator.mediaDevices.getUserMedia({ audio: true }).then(stream => { this.recordWebRTC = new RecordRTC.StereoAudioRecorder(stream, this.options);...
RecordRTC Browsers Support Google Chrome | Windows + MacOSX + Ubuntu + Android | audio + video + screen Firefox | Windows + MacOSX + Ubuntu + Android | audio...
am using this code ``` navigator.mediaDevices.getUserMedia({ audio: true }).then(stream => { this.recordWebRTC = new RecordRTC.StereoAudioRecorder(stream, this.options); this.recordWebRTC.record(); }); ``` ios and mac safari supporting for me
> @dineshmaths1 Does this library even support audio/video recording on macos safari and ios safari, without enabling some experimental features? am recording audio only
iPhone device code is ready ?
Installing "cordova-plugin-fcm-with-dependecy-updated" for ios Error during processing of action! Attempting to revert... Failed to install 'cordova-plugin-fcm-with-dependecy-updated': CordovaError: Uh oh! "/Users/hanumantb/Documents/titheeworking/platforms/ios/MyApp/Plugins/cordova-plugin-fcm-with-dependecy-updated/FCMPlugin.m" already exists! at copyNewFile (/Users/hanumantb/Documents/titheeworking/platforms/ios/cordova/lib/plugman/pluginHandlers.js:333:45) at installHelper (/Users/hanumantb/Documents/titheeworking/platforms/ios/cordova/lib/plugman/pluginHandlers.js:259:13) at install...
> > > Hello again André!!! > > I have tried with other versions of cordova-ios: > > ionic cordova platform add [email protected] NOT WORK > ionic cordova platform add...