RTM icon indicating copy to clipboard operation
RTM copied to clipboard

Video call or message are not detected when app is in background?

Open himanshujbd opened this issue 5 years ago • 1 comments

When android app is in background then no audio, video and messages are detected, so how to deal with it?

himanshujbd avatar Jan 03 '20 10:01 himanshujbd

you can use foreground service to keep some services alive when your app goes background, but there're still limitations. For video capture it's not allowed in background, for message it's better to use push notification

plutoless avatar Jan 05 '20 12:01 plutoless