ApiRTC / ApiRTC-ionic-demo

ApiRTC Ionic Sample
35 stars 20 forks source link

Not working when navigated away from page. #1

Closed ashaqmir closed 7 years ago

ashaqmir commented 7 years ago

To replicate following are the steps:

    • Add another page to application and make that page as root page.
    • Add button to root page and add click event to navigate to home page.
    • after apiRTC initialization you should get you call ID
    • got back to root page .
    • navigate again to home page this time it will not work.
sliard commented 7 years ago

Hi @ashaqmir

This page is just a sample to prove that apiRTC work with ionic. For multi page management, you have to change session management. It's not the goal of this tutorial :)

I don't have the time to create a tutorial for that, but if you create one, we can help you to make it work ant reference it.

Samuel

ashaqmir commented 7 years ago

Hello @sliard

I am trying to use apiRTC in one of my POC project, unfortunately i am new to Ionic and apiRTC. Please help.

Code location:Git Repository

Thanks Ashaq