Click or drag to resize

IRoomManagerGetRoomGroups Method

Returns the names of Groups currently subscribed by the client.

Namespace:  Sfs2X.Entities.Managers
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
List<string> GetRoomGroups()

Return Value

Type: ListString
A list of Group names.
Remarks
At login time, the client automatically subscribes all the Room Groups specified in the Zone's Default Room Groups setting.
See Also