RoomEvents Class Reference
Inherits from | NSObject |
Declared in | RoomEvents.h RoomEvents.m |
Overview
This class provides Room event settings that can be specified when creating a new Room via the CreateRoomRequest
You can configure which events the Room will fire in the Zone:
- allowUserEnter: fire an event each time a User enters/joins the Room
- allowUserExit: fire an event each time a User exits/leaves the Room
- allowUserCountChange: fire an event each time the user count/spectator count changes in the Room
- allowUserVariablesUpdate: fire an event each time a user in the Room has updated his/her UserVariables
Each of these events can be turned ON (true) or OFF (false)
See
Tasks
-
allowUserEnter
fire an event each time a User enters/joins the Room
property -
allowUserExit
fire an event each time a User exits/leaves the Room
property -
allowUserCountChange
fire an event each time the user count/spectator count changes in the Room
property -
allowUserVariablesUpdate
fire an event each time a user in the Room has updated his/her UserVariables
property
Properties
allowUserCountChange
fire an event each time the user count/spectator count changes in the Room
@property (readwrite) BOOL allowUserCountChange
Discussion
fire an event each time the user count/spectator count changes in the Room
Declared In
RoomEvents.h
allowUserEnter
fire an event each time a User enters/joins the Room
@property (readwrite) BOOL allowUserEnter
Discussion
fire an event each time a User enters/joins the Room
Declared In
RoomEvents.h