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

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.

Detailed Description

Member Data Documentation

◆ newRooms

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.


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