1 |
Application components can access session state information using interface exposed by TangoBean
|
2 |
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
|
3 |
Synchronous access:
-
list of session participants
-
floor control status
-
name of the floor holder
-
name of the user
|
4 |
Asynchronous notification:
-
floor control state change
-
session participant joined/left
|