Avatar

Level 4

Hi Dan,

I recommend you look at some sample apps and go from there.  You will find that all pods are inside the rtc:ConnectSessionContainer but that rtc:authenticator is outside.  Like so:

...

<rtc:AdobeHSAuthenticator id="auth" ... />

<rtc:ConnectSessionContainer id="cSession" authenticator="{auth}" roomURL="Your Room URL" width="100%" height="100%" >

     ... pods go here ...

</rtc:ConnectSessionContainer>

...

Thanks,

Nikola