AgoraIO / Basic-Video-Call

Sample app to join/leave a channel, mute/unmute, enable/disable the video, and switch between front/rear cameras.
MIT License
695 stars 1.01k forks source link

after android call #326

Open ysgy1121 opened 2 years ago

ysgy1121 commented 2 years ago

It seems that audio transmission is not performed normally after a system call on the Android device. The screen comes back fine. I tried to get the system call callback, hang up the call, and connect again, but it didn't work. How should I deal with it?

phone samsung sm-n976n os version 12

plutoless commented 2 years ago

there should be a callback for you to handle occasions when a call is coming. try call disableAudio there and call enableAudio after coming back.