otalk / iOS-demo

MIT License
46 stars 26 forks source link

Is it any possible that recording the conversation? #7

Open oney opened 9 years ago

oney commented 9 years ago

I am doing an app for company voice meeting. I have integrated the webrtc-ios to my app, and it works fine. My problem is I want to record the audio of the voice conversation. Not only microphone, the app needs to record the speaker output. How can I get it from something like RTCMediaStreamTrack? Thanks!