meshenger-app / meshenger-android

P2P Voice/Video phone App for local networks.
GNU General Public License v3.0
657 stars 106 forks source link

Ability to record the call audio/video #117

Closed irfanHaslanded closed 1 year ago

irfanHaslanded commented 1 year ago

Hello, I would like to know how to go about taking screenshots of a call periodically, or record the remote/local video. Thanks and regards Irfan

mwarning commented 1 year ago

I only know of this code to record audio: https://webrtc.googlesource.com/src/+/refs/heads/main/examples/androidapp/src/org/appspot/apprtc/RecordedAudioToFileController.java

mwarning commented 1 year ago

Closing this now. While it would an interesting feature, I do not have the energy to implement it.