| Package | com.adobe.rtc.messaging |
| Class | public class UserRoles |
See also
| Constant | Defined by | ||
|---|---|---|---|
| LOBBY : int = 5 [static]
LOBBY can only subscribe to collections such as the ones used for knocking or for features in the lobby.
| UserRoles | ||
| OWNER : int = 100 [static]
OWNER can create, configure, and delete nodes, as well as publish and subscribe.
| UserRoles | ||
| PUBLISHER : int = 50 [static]
PUBLISHER can publish and subscribe to most nodes but cannot create, delete or configure nodes.
| UserRoles | ||
| VIEWER : int = 10 [static]
VIEWER can subscribe to most nodes but cannot publish or configure.
| UserRoles | ||
| LOBBY | constant |
public static const LOBBY:int = 5LOBBY can only subscribe to collections such as the ones used for knocking or for features in the lobby.
| OWNER | constant |
public static const OWNER:int = 100OWNER can create, configure, and delete nodes, as well as publish and subscribe. The OWNER is typically the person who created the room.
| PUBLISHER | constant |
public static const PUBLISHER:int = 50PUBLISHER can publish and subscribe to most nodes but cannot create, delete or configure nodes.
| VIEWER | constant |
public static const VIEWER:int = 10VIEWER can subscribe to most nodes but cannot publish or configure. It corresponds to "NONE" in XEP-60.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/messaging/UserRoles.html