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

thenewmexican62
thenewmexican62
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
6

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by thenewmexican62
Customize the badges you want to showcase on your profile
Re: Q: Sending a room invite to N number of users - Adobe LiveCycle 16-05-2011
Hi,What do you mean by room invitations? Do you want to send users the room URL by email? We don't have an API for that.-Jamie

Views

82

Likes

0

Replies

0
Q: Best webcam for Mac SnowLeopard - Adobe LiveCycle 04-05-2011
Can anyone tell me the best WebCam, with Microphone, to use for the LCCS stuff.Thanks.

Views

474

Likes

0

Replies

0
Re: microphone.activityLevel always 0: Solved - Adobe LiveCycle 05-05-2011
I solved the problem by looking through the MicrophoneManager class.Here is the ctor for the MicrophoneManager classpublic function MicrophoneManager() { if(!_creating) { throw new Error("Class cannot be instantiated. Use getInstance() instead."); return; } micIndex = 0; }Notice that the MicrophoneManager.micIndex instance var is set to 0. On my Mac that index references Built-in Microphone.The line in bold is what fixed the problem. Everything works as expected now. private function initLCCSCon...

Views

115

Likes

0

Replies

0