Expand my Community achievements bar.

saracinesca
saracinesca
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I would to solve the same issue with the camera, but I don't know about some kind of "webcamera manager".This is my code... (don't works), thanks in advance.<rtc:WebCamera  id="videoContainer" height="250" width="640" aspectRatio="{StreamManager.AR_PORTRAIT}"/>......private function cameraChanged(ev...

    Type

    Questions

    Views

    417

    Likes

    0

    Replies

    0
  • Many thanks...Yes, I'm using multiple microphones/cameras.Now this is the right code (for me)               private function micChanged(event:Event):void               {                                        audioPub.stop();                    audioPub.addEventListener(StreamEvent.STREAM_DELETE, on...

    Type

    Questions

    Views

    415

    Likes

    0

    Replies

    0
  • something like this:private function micChanged(event:Event):void               {                                        audioPub.stop();                    audioPub.microphoneManager.micIndex = micSelection.selectedIndex;                    audioPub.publish();               }but this don't works...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    3