hoangduit / openmeetings

Automatically exported from code.google.com/p/openmeetings
0 stars 0 forks source link

Different Scopes for pages #547

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Openmeetings51

Client: Windows XP, Server Ubuntu Linux

The problem is related the the Red5 Application class implementation.

I think it will be a good idea to separate the chat rooms on the Red5
server each in differen scope. The scope name can be the String
representation of the id of the room. This way there will be a clean
mapping between the red5 room and the database rooms.

For this purpose the connection URL should be in the form:
..../`webapprootkey`/initroomid rather than ..../`webapprootkey`/hibernate.
I am not sure if in the client Application it will be better to open a new
connection after the user selects the room to enter, or reconnecting
(disconnecting and connecting to the new context /scope/).

Best Regrard and many thanks.
Nikolay Minchev

Original issue reported on code.google.com by nikolay....@gmail.com on 14 Oct 2008 at 3:22

GoogleCodeExporter commented 9 years ago
there is already an Issue for that reason.
The idea is to reconnect the user before he enters a rooms
cause for example in the dashboard you have no *room_id*

Original comment by seba.wag...@gmail.com on 14 Oct 2008 at 7:10

GoogleCodeExporter commented 9 years ago
Hello Sebastian,
I sow the issue, thanks.
I can send you the changed Application class for aprovment when I test it and 
it is
working for me.
This will be in about 2 may be 4 days from now. I have nearly finished the 
changes,
but haven't tested it with the audience views.

Best Regards, 
Nikolay

Original comment by nikolay....@gmail.com on 14 Oct 2008 at 9:24

GoogleCodeExporter commented 9 years ago
this is fixed in r1805

Original comment by seba.wag...@gmail.com on 18 Jan 2009 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 29 Aug 2011 at 8:02