Class UnsubscribeRoomGroupRequest

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

public class UnsubscribeRoomGroupRequest extends BaseRequest
Unsubscribes the current user to Room-related events occurring in the specified Group. This allows the user to stop being notified of specific Room events occurring in Rooms belonging to the unsubscribed Group.

If the operation is successful, the current user receives a roomGroupUnsubscribe event; otherwise the roomGroupUnsubscribeError event is fired.

See Also: