Avatar

Level 1

Hello.

I don't know if this was reported or not but is a very weird situation.

I have two buttons to start an AudioPublisher and an WebcamPublisher.

<rtc:WebcamPublisher id="wcPublisher" />

<rtc:AudioPublisher id="audioPublisher"/>

<mx:Button
      toggle="true" id="camButt" click="handleClickVideo()"/>
<mx:Button

      toggle="true" id="btnMic" click="handleClickMic()"/>

In those methods if the button is selected i publish or stop. On first time everything works properly, I can start microphone alone, start camera alone, stop both. After I stop the camera and try to start the microphone again I receive two null errors from WebcamPublisher, not from AudioPublisher. This is weird, there are any connections between webcamPublisher and audioPublisher for the same session? As I check the sources at line 1066 is the onNetStatus method and at 1075 is making the same call _stream.send(), both giving null. Maybe because I stop the webcamPublisher is making the _stream null.

I'm using the Flex SDK for FP10. Can you please tell me if is something that I miss?

Thank you,

andrei.