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

Hello , How i can bring my app to foregound when user tap on accept button. #6

Closed
TouseefAQ opened this issue Sep 24, 2021 · 7 comments
Labels
enhancement New feature or request

Comments

@TouseefAQ
Copy link

Hello , I am implementing video calling using agora. Upon receiving fcm i can initiate incoming call using this plugin but when user hits acept screen how i can show calling screen.

Any lead would be appciated .

Thank you !

@TouseefAQ TouseefAQ added the enhancement New feature or request label Sep 24, 2021
@Alezhka
Copy link
Owner

Alezhka commented Sep 25, 2021

If you are talking about ios, then after answering the call, the audio session begins. You can start playing audio. To open your application, you must click on the application icon in the communication interface. Unfortunately, iOS cannot open the application immediately after answering a call.

Android application immediately opens your application after answering an incoming call

@TouseefAQ
Copy link
Author

Yes , this is what i am talking about. In iOS when user answer the call , can we open the app ? just like android. Because as you know when fcm arrive and user interact with it , fcm can open the app. So can we acheive same behaviour with some work arrpunds

@Alezhka
Copy link
Owner

Alezhka commented Sep 26, 2021

I have researched this question, but unfortunately not. You can open app only by click icon in speak interface.

@alvinotienokelly
Copy link

Hello , I am implementing video calling using agora. Upon receiving fcm i can initiate incoming call using this plugin but when user hits acept screen how i can show calling screen.

Any lead would be appciated .

Thank you !

Hello . Having thesame implementation using agora . Have you managed to solve this?

@TouseefAQ
Copy link
Author

@alvinotienokelly I'm still working on it , will let you know if i find any lead.

@TouseefAQ
Copy link
Author

@Alezhka flutter local notification , allow us to wake up the app both in android and ios , So for future please take reference from these plugin to wake up the app. I found your plugin easy to use.Thank you !

@manujjagga421
Copy link

@TouseefAQ did you find solution to this.

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

No branches or pull requests

4 participants