|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
Dispatched when a Room Group is subscribed successfully. More...
#include <SFSEvent.h>
Public Attributes | |
| std::string | groupId |
| The name of the Group that was subscribed. | |
| std::vector< std::shared_ptr< entities::Room > > | newRooms |
| Every Room of the Group, as the local Rooms list knows it after the subscription, not only the ones this response added. | |
Dispatched when a Room Group is subscribed successfully.
Sent in response to a requests::SubscribeRoomGroupRequest.
| std::vector<std::shared_ptr<entities::Room> > sfs3::event::RoomGroupSubscribe::newRooms |
Every Room of the Group, as the local Rooms list knows it after the subscription, not only the ones this response added.
Their Room Variables are not part of the payload: the server only ships the global ones.