Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to start DefaultPods

Avatar

Level 1
<rtc:AdobeHSAuthenticator

id="auth"

userName="AdobeIDusername"

password="AdobeIDpassword" />



<rtc:ConnectSessionContainer

roomURL="YourPersonalRoomUrl"

id="cSession"

authenticator="{auth}">

I have changed username="mylogin@mail"

password="mypassword"

roomURL="
http://connectnow.acrobat.com/myname"

where to put the accountsharedsecret

I get a black page no messages

So may you explain how to start this example. Thanks
1 Accepted Solution

Avatar

Correct answer by
Former Community Member
Hi Jaristote,



For roomURL, you need to supply the full URL of a room
you've created on the service - this is usually in the format of
http://connectnow.acrobat.com/<accountname>/<roomname>.
For more information, please check out the "getting started"
section of the Cocomo Developer Guide PDF.



thanks

nigel

View solution in original post

2 Replies

Avatar

Correct answer by
Former Community Member
Hi Jaristote,



For roomURL, you need to supply the full URL of a room
you've created on the service - this is usually in the format of
http://connectnow.acrobat.com/<accountname>/<roomname>.
For more information, please check out the "getting started"
section of the Cocomo Developer Guide PDF.



thanks

nigel

Avatar

Former Community Member
Hi jaristote,



In your case, you need to also add the room Name to the end
of your roomUrl i.e. roomURL="
http://connectnow.acrobat.com/myaccountname/myroomname"

and username="mylogin@mail.com"



For more information, please check out the "getting started"
section of the Cocomo Developer Guide PDF.



Thanks

Hironmay
The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----