SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
Loading...
Searching...
No Matches
sfs3::event::RoomGroupUnsubscribe Struct Reference

Dispatched when a Room Group is unsubscribed successfully. More...

#include <SFSEvent.h>

Public Attributes

std::string groupId
 The name of the Group that was unsubscribed.

Detailed Description

Dispatched when a Room Group is unsubscribed successfully.

Sent in response to a requests::UnsubscribeRoomGroupRequest.

When this event arrives the Rooms of the Group are already out of the local Rooms list, except the ones currently joined: those stay as unmanaged Rooms until they are left.

See also
requests::UnsubscribeRoomGroupRequest
SFSEvent::ROOM_GROUP_UNSUBSCRIBE_ERROR
SFSEvent::ROOM_GROUP_SUBSCRIBE

The documentation for this struct was generated from the following file: