Hi
I’m running my videoChat on this site: http://www.planka.net
<http://www.planka.net/> 
I have done private videochat similar to your idea, but I’m not using so.
Client call server method privateInvitation(clientID). This method then
generate a big random number which is roomID. Server then returns this
roomID to caller and inform a called Client (with clientID), that someone
like to privateChat with him in room with roomID. Then both client can open
new window private.swf through javascript where connect to
connectionstring/application/roomID . In this private conversation I have a
control that only 2 users can be connected.
 
But in this time, I have disabled private chat on my site, because I have a
lot of problem with disconnections on server side (BUG). I post this problem
on JIRA too weeks ago. Do you have any problems with disconnections ????
 
Brane
 
  _____  

Od: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namesto Storm
Poslano: 27. februar 2007 10:48
Za: [email protected]
Zadeva: [Red5] chat with rooms and private mens.
 
Note: please don't take this post as a "do it for me for free", i'm only
writting this down to clear my own ideas and perhaps someone is kind enough
to point me in the right direction if he/she has been involved in something
simmilar. 

I was wondering if any of you have developed something like this and could
throw some ideas on the best strategy to follow. Room management is under
control, i already handle rooms for my videoconference but how about
privates? how would you do that? 
The idea is to be able to start a new private conversation with any client
connected to the room (suposse you have the client list available
client-side). I'm thinking in creating a new SO and then notify the
"destination client" (using a server method?) to connect to it and pass the
strings through that SO... does that sound ok? any simpler way? 

-- 
-------------------------------------------------------------------
"Nos gusta los domingos ir al parque a pinchar los globos de los niños para
verlos llorar" .- Eskorbuto 
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to