Hello All,
I am working on ionic platform and making one Android and iOS application.
Application requirement: Skype for business O365 login will be there for user and then minimizing the application it will change the status of user like busy, available and note as well on regular interval.
What I have done: I have used Cordova background mode and Skype websdk.It’s logging in fine and setting the status fine while using in foreground.
Problem I am facing: If I put application in background mode then the status is setting for few minutes but after that somehow it’s not setting the status.
So, I am thinking that might be some scenarios:
Might the Android or iOS stopping the background service.
Might the cordova background plugin not working properly.
Might the Skype websdk stops after some time while running in background
I am researching for the above aspects as well.Any of you guys have any idea/help/suggestion about the problem i am facing it.So, I can resolve that ASAP.
Thanks in Advance…!!!