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

Change RCDevice service when in background and sip message is sent #750

Closed
ognjenns opened this issue Nov 28, 2017 · 1 comment
Closed

Comments

@ognjenns
Copy link
Contributor

ognjenns commented Nov 28, 2017

The idea is to have the internal timer which will be triggered only if we handle messages. The timer will be set to some amount of time (for example 5s). If new message is arrived in the meantime, we reset the timer back to 5s. If there are no new messages, we close the service after 5 seconds.
The paramter should be configurable from the outside the SDK.

@ognjenns ognjenns self-assigned this Nov 28, 2017
@ognjenns ognjenns added this to the SDKs Squad - Sprint 5 milestone Nov 28, 2017
@ognjenns
Copy link
Contributor Author

This is already implemented. Will re-test it when #772 is finished.

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

No branches or pull requests

2 participants