Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Imagine0755
Imagine0755
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Imagine0755
Customize the badges you want to showcase on your profile
Re: Cyrilic symbols and authentication - Adobe LiveCycle 18-07-2011
any suggestions, guys? it's still kinda blocker

Views

108

Likes

0

Replies

0
Cyrilic symbols and authentication - Adobe LiveCycle 15-07-2011
Hello!I've just encountered a problem with authentication of users, who have cyrilic symbols in their display name.I generate auth token at server (php):$id = $user->getId();$name = $user->getName();$role = \RTCUserRole::PUBLISHER;$room = 'some_room_name';$accountSecret = '*****';$rtcAcc = $this->getRTCAccount(); //get initialized \RTCAccount object$token = $rtcAcc->getSession($room)->getAuthenticationToken($accountSecret, $name, $id, $role);then I send this token to the client via flashvarsOn c...

Views

507

Likes

0

Replies

2
Re: Receiving statistics from LCCS - Adobe LiveCycle 13-07-2011
Thanks a lot! Looks like it will solve my problem

Views

83

Likes

0

Replies

0
Receiving statistics from LCCS - Adobe LiveCycle 13-07-2011
I have a video chat web service, based on LCCS, and I need to collect information about all chat sessions (duration of conversation, involved people). Is it possible to get that data from LCCS? Does anyone have any suggestions?

Views

490

Likes

0

Replies

2