Using Communication Components > FCPeopleList object |
![]() ![]() ![]() |
FCPeopleList object
The FCPeopleList API provides the client-side and server-side functionality for connecting your objects to the server and cleaning up. It also allows you to set the lurker mode programmatically.
Name Variable Description Lurkers Integer; this variable updates whenever a new user connects or disconnects. It has a value that is equal to the number of users who are connected to the application but have not supplied a user name. This variable should only be read and not set. Users Integer; this variable is similar to
Variables
lurkers
users
lurkers
. It has a value that is equal to the number of users who are connected to the application and have supplied a user name. This variable should only be read and not set.
Method Description Sets up all the assets needed by the component (on the client side and the server side), and calls the Sets the user name that appears in the list of active users. Cleans up after itself.
Method summary for the FCPeopleList object
setUsername
function with the name that the server provides.
![]() ![]() ![]() |