Tango Beans - Session State
Application components can access session state information using interface exposed by TangoBean
Two modes of data access are available:
- synchronous access: method call
- asynchronous notification: registration of listener object, provides access to information about session state changes
Synchronous access:
- list of session participants
- floor control status
- name of the floor holder
- name of the user
Asynchronous notification:
- floor control state change
- session participant joined/left