Re: Leaving room after reconnection

2013-06-10 Thread seba.wag...@gmail.com
*I have added additional method* What is this additional method or mechanism ? *What I need is: room enter by given SID* simply by SID will not work. Cause the URL contains the $roomId. Otherwise the SWF has to get the ROOMId by doing a RTMP call. But that would mean it has to connect to the

Re: Leaving room after reconnection

2013-06-10 Thread seba.wag...@gmail.com
... room enter by given SID* simply by SID will not work = will of course work, but what I meant was: It will not work without connecting to the default scope as the roomid is needed for the URL. Sebastian 2013/6/10 seba.wag...@gmail.com seba.wag...@gmail.com *I have added additional method*

Re: Leaving room after reconnection

2013-06-09 Thread seba.wag...@gmail.com
Hi Artyom, Quote: *When a user looses his connection he get 3 attempts to reconnect. * = Which is a funny co-incident. It should not do that, the 3 times try are only for when you do your initial set up. It does try 3 times rtmp and then switches to rtmpt. *If we don't, I offer to show user an

Re: Leaving room after reconnection

2013-06-09 Thread Maxim Solodovnik
+1 for displaying Connection has been lost Additionally things are simplier in 3.0: - Room enter connects to rtmp://xyz/openmeetings/$roomId (use case 1) - Room leave just removes div with embedded flash from the DOM and displays main interface (use case 2) On Mon, Jun 10, 2013 at 6:55 AM,

Re: Leaving room after reconnection

2013-06-09 Thread seba.wag...@gmail.com
@Maxim: Currently it does not take you back to the list of rooms. The url seems to be right but it does not load the rooms. Sebastian Am 10.06.2013 14:11 schrieb Maxim Solodovnik solomax...@gmail.com: +1 for displaying Connection has been lost Additionally things are simplier in 3.0: - Room

Re: Leaving room after reconnection

2013-06-09 Thread seba.wag...@gmail.com
Quote: *Additionally things are simplier in 3.0: - Room enter connects to rtmp://xyz/openmeetings/$roomId (use case 1)* = This is not true. There is such a mechanism, however currently 3.0 does not use it. So it will first connect to the scope hibernate and then to the scope $roomId. However it

Re: Leaving room after reconnection

2013-06-07 Thread seba.wag...@gmail.com
Hallo Artyom, *We know that reconnection works somehow* Just to be _very_ clear. There is no such feature! There is a co-incident that may _look like_ a reconnect. The *feature* is that the flash clients does try to connect 3 times to the rtmpconnection. This initial connection try out is