Discussion list for Unity developers.
unity-dev at moock.org
Thu Sep 20 12:05:46 CDT 2007
hello all
i've been looking the pushAdmin demo because of a special app i have to do.
it appears that i sucess in connecting to the server, but i can't join the room i want with requestroom
after connect, here is my code
this.requestRoom("live.chat", "gabriel");
where live.chat is the name of the room on server (live is the namespace and chat the room)
can someone help
thx
gabriel