Join more than 1 room at a time

0 votes
For our game we want to be able to have a global chat as well as rooms for multiple games going on at a time.

We want our users to be able to tab between global chat and these multiple rooms and chat freely. However to do this it seems we'd have to leave the current room and join another room every time the user wants to send a message to a different room. Is it possible to be joined to more than one room so leaving room and joining room is not needed?

For example is it okay to create multiple instances of WarpClient() so that multiple listeners can be assigned?

Many thanks!
asked Sep 13, 2015 in AppWarp by bryanandhallie (16 points)
edited Sep 13, 2015 by bryanandhallie

1 Answer

+1 vote
Hello,

As of now, one user can join only one room at a time. As the user session is verified by the server itself so creating a new instance of WarpClient on the client side is not an option.

But using sendPrivatechat API, you have an option to chat with users who are not in the same room of the sender. So may be you an use this to implement the global chat feature.

Let me know if it helps.

Thanks.
answered Sep 14, 2015 by rajeev.etc (1,660 points)
THank you rajeev, will review this
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...