Expand my Community achievements bar.

Doc update 21 chars room name

Avatar

Level 3
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









1 Reply

Avatar

Employee
well, yes, actually we are currently forcing room names to be
lower case only (or case insensitive, if you want, since we always
convert the room URL to lowercase before accessing it.)



There isn't a real technical reason for this, apart that we
are forcing account names to be lower case / case insensitive (for
some technical reason beyond my control :)) and for the sake of
simplicity we do the same for room names.



I guess this is not documented anywhere (sorry ):) yet.