#import <RoomExtension.h>
Inherits NSObject.
|
(id) | - initWithId:className: |
|
|
NSString * | _id |
|
NSString * | _className |
|
NSString * | _propertiesFile |
|
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
- See also
- RoomSettings
-
CreateRoomRequest
◆ extensionWithId:className:
+ (id) extensionWithId: |
|
(NSString *) |
id_ |
className: |
|
(NSString *) |
className |
|
|
| |
- Parameters
-
id_ | the name of the extension |
className | the fully qualified name of the main class in the extension |
- See also
- RoomSettings
-
CreateRoomRequest
◆ className
The fully qualified name of the main class in the extension
◆ id_
The name of the extension
◆ propertiesFile
- (NSString*) propertiesFile |
|
readwriteatomicstrong |
An optional properties file that will be loaded on the server side when the extension is initialized