I am designing a video conference application for android using flex and red5 on the server side. I have 3 views: **Chat View(text chat) - Streams View(where the other users streams will be shown) and Me View(where your own camera will be shown) **.
Now the problem is that whenever I switch views, for instance from chat view to the streams view, the incoming chat messages wont be received.Is there a way to fix this. I want the incoming chat messages to be shown even after switching to another view. Any help will be appreciated. I have attached some pictures:
First I open the app from my mobile as [jamie] and go to the members tab (ie. the streams view) where the user [clientFromWindows]'s stream is showing:
Now I start sending messages from [clientFromWindows] which is the android emulator running the same app:
Now,in my phone, when I go back to the Chat view,ie. chat view of [jamie] the messages shown by [clientFromWindows] is not showing.
Please help.