Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

I think it requires some docs at this point how the session vars are currently handled.
We have to keep in mind that there are now 3 There are now 3 types of session objects (RoomClient Objects) for a single user (potentially even more)physical user:

  • Type A) The main NetConnection (receives push messages/(RPC-Calls and forwards it via LocalConnection to the outer SWF container)
  • Type B) The NetConnection of the Audio/Video container (cannot handle push notifications but can invoke RPC calls)
  • Type C) The screensharing client (which you might open multiple times)

Type B) is new and it will take some time until all sync methods have been updated so that a Type B) connection do does not receive push methods ( https://issues.apache.org/jira/browse/OPENMEETINGS-47 ).

...