I am trying to include the components(chat, filesharing, whitboard) in
different parts of my application. User should be able to access any of
the component. We would like to have a single "ConnectSessionContainer"
so that we don't see same user creating a seperate session for each
component.Is there a better way of dealing with this other than
declaring the "ConnectSessionContainer" in the main application ? Is
there a way to check if we have a "ConnectSessionContainer" session
already establis...