Avatar

Correct answer by
Employee

Hi,

Answers for 1 & 2 below

1.) Quoting an expert (Raff & Nikola)- external auth tokens last until the room ends (or you manually invalidate the session).So basically you can use them only once per room.

2.) Session containers creationComplete event is good enough, as by that time all LCCS components would have been initialized. But an applications applicationComplete is lot safer as you pointed out, but both of them would work fine in my opinion - [for more info http://www.wietseveenstra.nl/blog/2007/02/understanding-the-flex-application-startup-event-order/]

Thanks

Arun

View solution in original post