Avatar

Level 4

Just thinking this through in my head ... you could have a custom view in your app that tests that camera / audio is working before starting to publish to everyone.

1) Start app

2) Display a custom view to just the one user:

3) http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/Camera.html#names > Flex API Camera "names" property can get you all the names available

and maybe iterate on the available cameras and set the "cameraNameIndex" on WebcamPublisher

Alex G.