hello i just finished the second video tutorial and every thing seems to
be working fine ( I added audio to the app since it has none). I am
using the free developer edition but the room keeps crashing when my
friend, from brazil, and I conference with video and audio...... here is
my code. could someone check it and let me know if i have any mistakes
that may cause this.....
thanks_____________________________________________________________________import
mx.managers.PopUpManagerprotected function showLogin():void{var
login:LoginDialogue = new LoginDialogue();login.connectSession =
cSession;PopUpManager.addPopUp(login,this);PopUpManager.centerPopUp(login);}