Reputation: 21
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?
Upvotes: 0
Views: 531
Reputation: 2193
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.
Upvotes: 0