The Room Group name

Namespace: Sfs2X.Entities
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
string GroupId { get; }

Remarks

Each Group is identified by a unique String and it represent a different 'container' for Rooms. The idea behind the Room Groups is to enable the developer to organize Rooms under different types or categories and let clients select only those Groups they are interested in. This is done via the SubscribeRoomGroupRequest and UnsubscribeRoomGroupRequest requests.

See Also