flutter-webrtc icon indicating copy to clipboard operation
flutter-webrtc copied to clipboard

Media recorder support for iOS/OSX

Open rostopira opened this issue 3 years ago • 4 comments

rostopira avatar Dec 02 '22 10:12 rostopira

Change to interface should be merged before this PR https://github.com/flutter-webrtc/webrtc-interface/pull/13

rostopira avatar Dec 02 '22 10:12 rostopira

Well, alternative solution for recording audio should be possible. But only if we expose setAudioDeviceModule: method of RTCPeerConnectionFactoryBuilder (src here) But it uses C++ interface. In other words, some changes would be required in WebRTC sdk. Would be cool if we make some ability to apply patches for webrtc before build. Or maybe it's possible to include all headers (including private and c++) in the framework itself?

rostopira avatar Dec 07 '22 10:12 rostopira

Nevermind, I've found where you apply patches I will try to create patch later

rostopira avatar Dec 07 '22 10:12 rostopira