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 , CreateRoomRequest

Tasks

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

allowUserExit

fire an event each time a User exits/leaves the Room

@property (readwrite) BOOL allowUserExit

Discussion

fire an event each time a User exits/leaves the Room

Declared In

RoomEvents.h

allowUserVariablesUpdate

fire an event each time a user in the Room has updated his/her UserVariables

@property (readwrite) BOOL allowUserVariablesUpdate

Discussion

fire an event each time a user in the Room has updated his/her UserVariables

Declared In

RoomEvents.h