-
Notifications
You must be signed in to change notification settings - Fork 23
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
How to do navigation on click of Accept call in iOS #1598
Comments
hi @ronakYudiz, thanks for reporting this issue. We'll take a look and get back to you. |
hi @ronakYudiz, I have double checked for iOS when we have incoming call (for all states kill/background/foreground) the notification is properly received and when clicking on it (on the notification itself, not the accept/reject call buttons) the Calling screen is shown. You can also check our docs for handling calling state. I hope this helps! If you have any further questions or run into other issues, please don't hesitate to reach out to me here. |
Thanks for replying,
handling calling state
<https://getstream.io/video/docs/react-native/core/calling-state-and-lifecycle/#calling-state>
this
can be used when joined through call.join()
if user accept from notification then how can I navigate to the particular
screen because when I debug deep down in the library whenever accept done
from push notification they already joined in the call, then how can I
navigate user to the calling screen?
|
hi @ronakYudiz, I am not complete sure to which Calling screen are you referring to? Is it the second screenshot from above, or the lobby screen or some other? Can you please provide more details what scenario are you trying to achieve? |
hi @ronakYudiz, I have been informed that this morning your side had some technical sessions with us where these topics were clarified, so can we close this issue? |
Which package/packages do you use?
@stream-io/video-react-native-sdk
: 1.3.8For android we have information of notification and in which I have coded for navigation part
but There is no information of how to handle iOS calling notification.
How can I navigate to Calling screen when accept the call from kill/background/foreground mode?
The text was updated successfully, but these errors were encountered: