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

See RoomSettings, CreateRoomRequest

Tasks

Properties

className

The fully qualified name of the main class in the extension

@property (retain) NSString *className

Discussion

The fully qualified name of the main class in the extension

Declared In

RoomExtension.h

id_

The name of the extension

@property (retain) NSString *id_

Discussion

The name of the extension

Declared In

RoomExtension.h

propertiesFile

An optional properties file that will be loaded on the server side when the extension is initialized

@property (retain) NSString *propertiesFile

Discussion

An optional properties file that will be loaded on the server side when the extension is initialized

Declared In

RoomExtension.h

Class Methods

extensionWithId:className:

the name of the extension

+ (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

Declared In

RoomExtension.h