Class SubscribeRoomGroupRequest

java.lang.Object
sfs3.client.requests.BaseRequest
sfs3.client.requests.SubscribeRoomGroupRequest
All Implemented Interfaces:
sfs3.client.requests.IClientRequest

public class SubscribeRoomGroupRequest extends BaseRequest
Subscribes the current user to Room-related events occurring in the specified Group. This allows the user to be notified of specific Room events even if he didn't join the Room from which the events originated, provided the Room belongs to the subscribed Group.

If the subscription operation is successful, the current user receives a roomGroupSubscribe event; otherwise the roomGroupSubscribeError event is fired.

See Also: