Avatar

Correct answer by
Level 1

Hi lionceau,

I think the best for you is to begin with this basic tutorial (in French as you need) :

http://www.flashxpress.net/ressources-flex/hello-cocomo-premiere-application-multi-utilisateurs

Your pods have to be IN the ConnectSessionContainer :

<rtc:ConnectSessionContainer roomURL="..." .... >

     <!-- PODS -->

     <rtc:FileShare />

     <rtc:SimpleChat />

</rtc:ConnectSessionContainer>

Then use the examples included with the SDK to get your other functionnalities working.

Hope it helps,

Romain.

View solution in original post