- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
I didn't have time to put back together your application and give it a try but I think your problem is here:
<!-- Container Gestionnaire de session (le bon enfin trouvé) -->
<rtc:ConnectSessionContainer id="sessionManager" width="500" height="400" backgroundColor="#FFFFFF" authenticator="
{identificator}" autoLogin="false" roomURL="http://connectnow.acrobat.com/lionceau01/essai" synchronizationChange=" onSynchro( event )"/>
<!-- PODS -->
<mx:VBox width="60%" height="100%" backgroundColor="#000000" horizontalAlign="center">
<rtc:WebCamera id="webcam" width="100%" height="100%"/>
</mx:VBox>
In your application you have an empty ConnectSessionContainer and a separate WebCamera pod. While there are ways to have collaboration pods separate from the ConnectSession, if you use the ConnectSessionContainer, it is supposed to "contain" the collaboration pods, or they will not be activated when the session is established.
Try putting your pods inside the ConnectSessionContainer and see if that fixes your problem.