Hello Appwriters & Team,
Please, my request is beyond the Appwrite scope and its has nothing to do with Appwrite functionality.
My Request
I have an App that is live on App Store and Play Store, in my App it allows users to make a phone call to one another. i'm using livekit.io
. the calling functionality is working well, user can hear each other etc,
My Issues
When user A call user B, they both MUST
remain the the phone call page, once either one leaves the phone call page, the call will end,
What i Need
I need a solution it such that even if the user go over another page on the app or goes to another App they should still stay connected on the call just like Whatsapp
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...