How to use Forground Service to support webrtc call in foreground? #825
Unanswered
gavrilikhin-d
asked this question in
Q&A
Replies: 1 comment
-
Totally depends on the way you are going about things. But the way i've been handling it is calling the foreground service registration in the apps main index file with an empty promise along with creating a notification with this property when starting a call. You then have an ongoing notification which runs the foreground service and you can update the notification to show call statuses, give it actions, show connection time, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's not obvious for me how to support call in foreground:
notifee.registerForegroundService
?Beta Was this translation helpful? Give feedback.
All reactions