Objective-C Client Reference
Class PIORoomInfo
Language: Objective-C
Information about a room returned from listRooms
Methods | |||
---|---|---|---|
- (NSString*) |
|
||
- (NSUInteger) |
|
||
- (NSDictionary*) |
|
||
- (NSString*) |
|
id
The id of the room
Return Value
NSString* | |
onlineUsers
How many users are currently in the room
Return Value
NSUInteger | |
roomData
How many users are currently in the room
Return Value
NSDictionary* | |
roomType
The type of the room (coresponding to the [RoomType(...)] attribute assignd to the room)
Return Value
NSString* | |