| UsersRoomAdminStatesGetRoomsWithJoinRights Method  | 
            Gets non one to one room where specified user has more rights than 'None'.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic IEnumerable<int> GetRoomsWithJoinRights(
	int chatUserID
)
Parameters
- chatUserID
 - Type: SystemInt32
Chat user ID 
Return Value
Type: 
IEnumerableInt32IDs of rooms with raised privileges
See Also