I had use AppRTC Demo to make audio/video call. It is working fine, What I want to achieve is to record only local camera feed of AppRTC call in android rather than recording entire screen using MediaProjection api. It would be great help if you provide any solution on this?
Asked
Active
Viewed 522 times
0
-
Hi @shwettak-ramteke, did you manage to solve this? I am trying to achieve the exact same thing. – eskalera Feb 09 '17 at 17:53
1 Answers
0
Why you ask this question? Video chat with camera is default behavior of AppRTC. MediaProjection will be used only when you manually change the setting in Settings.

reker
- 2,063
- 13
- 12
-
I want to record only local camera feed during ongoing video call and store in sd card – Shwettak Ramteke Dec 08 '16 at 08:30
-
So it's not related with MediaProjection. To record, just use MediaRecorder by feeding the Surface of webrtc renderer. – reker Dec 08 '16 at 09:50