RoomExtension Class Reference
| Inherits from | NSObject | 
| Declared in | RoomExtension.h RoomExtension.m  | 
Overview
This object is part of the RoomSettings parameters used for creating a new Room.
It describes the properties of an Extension attached to the Room
Tasks
- 
	
		
id_The name of the extension
property - 
	
		
classNameThe fully qualified name of the main class in the extension
property - 
	
		
propertiesFileAn optional properties file that will be loaded on the server side when the extension is initialized
property - 
	
		
+ extensionWithId:className:the name of the extension
 
Properties
className
The fully qualified name of the main class in the extension
@property (retain) NSString *classNameDiscussion
The fully qualified name of the main class in the extension
Declared In
RoomExtension.h