No override method to handle user unsubscribe

+1 vote

Hi

My question is when user subscribe particular room then on appwarps2 server handleUserSubscribeRequest method is called but if user unsubscribe particular room then i did not found any method in appwarps2 server.

So if i want to perform some action on user unsubscribe room then what can i do.

Thanks.

asked Apr 21, 2014 in AppWarp by maulik.kaloliya (34 points)
recategorized Oct 26, 2014 by sushil

1 Answer

0 votes

Please see..

http://appwarps2.shephertz.com/dev-center/api-guide/adaptors/#wiki-baseroomadaptor

    /**
     * Invoked when a user sends an unsubscribe request 
     * 
     * @param sender sender of the request
     */
    public void onUserUnsubscribeRequest(IUser sender)
answered Apr 22, 2014 by dhruvc (1,099 points)
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
...