muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.58k stars 1.76k forks source link

Record RTC API not working while recording webrtc stream coming from IOS in Mac-Chrome Browser #556

Open nagamunireddy opened 5 years ago

nagamunireddy commented 5 years ago

Hi,

I have an IOS app which is built on webRTC. when I call from mac chrome browser to iOS app, everything works fine except for the recording part. Apparently, the iOS framework is M72 version(dec,18 release), I didn't have this issue with the old framework of iOS which is of 2 years old.

With the latest framework implemented on the iOS app, the recording part is not working. only the web side video is recording not the iOS side video.

nagamunireddy commented 5 years ago

@muaz-khan can u help with this issue?