Conforms to UserVariable
Declared in RoomVariable.h

Overview

See SFSRoomVariable

Tasks

Instance Methods

isPersistent

Checks if the variable is persistent.

- (BOOL)isPersistent

Discussion

Checks if the variable is persistent.

A persistent RoomVariable continues to exist in a Room after the User has left it and until he disconnects

Declared In

RoomVariable.h

isPrivate

Checks if the variable is private.

- (BOOL)isPrivate

Discussion

Checks if the variable is private.

A private RoomVariable is only modifiable by its owner (the user that created it)

Declared In

RoomVariable.h