Making a private Chat application using appwrap

0 votes
Hi,
I really liked the chat room example i saw on the youtube.
I had a query regarding this application. Can we make the room through the android application taking the interests of user?
And can we have a private chat with a random member in that room?

 

asked Apr 27, 2014 in AppWarp by vish.sharma0203 (10 points)

1 Answer

0 votes
Yes, you can send private chat messages.

http://appwarp.shephertz.com/game-development-center/android-game-developers-home/android-client-apis/#sendprivatechat

The Private chat API is independent of the room the sender/receiver is in. It can be sent to any online user (even if they are in another room or not in any room).

You can create rooms from the client-side as well. These are called dynamic rooms. You can read more here

http://appwarp.shephertz.com/game-development-center/basic-concepts/#rooms
answered Apr 27, 2014 by dhruvc (1,099 points)
Thanks a lot for replying..
These links look helpful, the function's defined over there can be used directly? or they need an instance to be created? If it requires Instance to be created then it must be of which type?
Oh i think its WrapClient class.. thanks I'll be back if I have further issues!
Connection failed with result 5
will anyone tell me what is this connection error 5 :/
there's no error when I'm executing sample but i get the error when i've written similar kind of code for My app key and secret key
Have you added internet permission to your manifest?
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
...