Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow websocket connection to be active as in foreground mode #493

Open
Tin-Primas opened this issue Oct 24, 2024 · 0 comments
Open

Allow websocket connection to be active as in foreground mode #493

Tin-Primas opened this issue Oct 24, 2024 · 0 comments

Comments

@Tin-Primas
Copy link

Is your feature request related to a problem? Please describe.
Receive calls and keep connection while still in background

Describe the solution you'd like
The app will run in foreground mode and because there will be a notification for foreground mode user can swipe it right to disable it.
So we will have probably another flag when create the helper

allowForegroundMode: false // by default

Describe alternatives you've considered
I have considered using flutter background service but the websocket connection is close so even if i tried to keep the SipUAListener active there is no active connection to be listen on

Additional context
This functionality is really needed because on the phone no one will use softphone unless it can listen even if it's terminated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant