You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugfix: use correct AudioSource for Android Marshmallow and above
On Android Marshmallow (6) and above, no recordings were possible and
no files would be created. Instead, we get an error message regarding
audio capture.
[This
issue](#41),
however, briefly describes the solution, which is basically this
patch.
Now the calls seems to be recorded correclty (tested on Android
6.0.1).
Note that even though the source says just `MIC`, both voices in the
call are captured.
0 commit comments