Hello,
I am now in the phase of setting a web server to prepare room
for users to join on demand.
- User A click "Join session" a url is feedback to him on
which he can click to join the AFCS session and copy paste the url
for User B to join him as well.
While trying to use a random urlsafe 21 chars Hash like these
kinds:
ayZOKeTVSfKlUJmsDVI30
I was getting the following error on connection:
https://na2.connectnow.acrobat.com/app/ticket?instance=na2%2Dsdk%2D31fd66ad%2Dd575%2D452b%2D8ad8%2Dd...Error: error getting ticket: [Event type="error"
bubbles=false cancelable=false eventPhase=2]
at
com.adobe.rtc.session.managers::SessionManagerAdobeHostedServices/onTicketError()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at
com.adobe.rtc.session.sessionClasses::SingleUseTicketService/onComplete()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
The problem i realised is that room name has to be lowercase
apparently,
is that normal ?
Thanks