||unity-dev|| pushAdmin - requestRoom won't work

Discussion list for Unity developers. unity-dev at moock.org
Wed Sep 26 18:00:08 CDT 2007


I've never used requestRoom(), so I can't offer any advice on that. What I
do is essentially:

var ns:NameSpace = getRoomManager().getNamespace("myNamespaceID");
var room:URoom = ns.getRoom("myRoomID");
room.join(password);
//but if you don't have a password you can just call room.join() i believe

-David R

On 9/26/07, Discussion list for Unity developers. <unity-dev at moock.org>
wrote:
>
> hello thx for reply and sorry for 3 emails, made a mistake, really..
>
> of course i'm sure the room exists , as i am checking the uadmin when
> testing my app..this is why i said i see the connexion on server, user i
> addedn but in no room...
>
> ----- Original Message -----
> From: "Discussion list for Unity developers." <unity-dev at moock.org>
> To: <unity-dev at moock.org>
> Sent: Wednesday, September 26, 2007 10:49 PM
> Subject: Re: ||unity-dev|| pushAdmin - requestRoom won't work
>
>
> > Hi,
> >
> > It seems you sent your email three times. Try to be more careful.
> >
> > As far as your problem, did you make sure to create the room before
> > joining
> > it? Use the uAdmin tool to verify that the room exists in the server.
> >
> > -David R
> >
> > On 9/24/07, Discussion list for Unity developers. <unity-dev at moock.org>
> > wrote:
> >>
> >>
> >> 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
> >> --
> >> you're a unity-dev subscriber. to unsubscribe, visit
> >> www.moock.org/mailman/listinfo/unity-dev/
> >>
> >> superb hosting for this list and moock.org is generously provided by
> >> Rackspace. See: http://www.rackspace.com/?supbid=moock
> >>
> > --
> > you're a unity-dev subscriber. to unsubscribe, visit
> > www.moock.org/mailman/listinfo/unity-dev/
> >
> > superb hosting for this list and moock.org is generously provided by
> > Rackspace. See: http://www.rackspace.com/?supbid=moock
> >
> >
>
>
>
> --
> you're a unity-dev subscriber. to unsubscribe, visit
> www.moock.org/mailman/listinfo/unity-dev/
>
> superb hosting for this list and moock.org is generously provided by
> Rackspace. See: http://www.rackspace.com/?supbid=moock
>


More information about the unity-dev mailing list