Avatar

Correct answer by
Employee

Hi babo,

I tried the same thing that Raff suggested and I dont see an issue. Can you double check your room URL. My code in case you want to try it

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:rtc="AfcsNameSpace">
    <rtc:AdobeHSAuthenticator id="auth" userName="SuperMan" />
    <rtc:ConnectSessionContainer id="cSession" authenticator="{auth}" width="100%"
      height="100%" roomURL="http://connectnow.acrobat.com/uname/roomname" >
         <rtc:WebCamera width="100%" height="100%" id="Web" sharedID="5_WebCamera" />
    </rtc:ConnectSessionContainer>
</mx:Application>

Thanks

View solution in original post