Revision: 4593
Author:   seba.wagner
Date:     Sat Nov 19 05:41:38 2011
Log:      Fixing some more reference error
http://code.google.com/p/openmeetings/source/detail?r=4593

Modified:
/branches/video-component/WebContent/openmeetings/swf10/base/remote/baseVideoStream.lzx /branches/video-component/WebContent/openmeetings/swf10/base/remote/baseVideoStreamDevice.lzx

=======================================
--- /branches/video-component/WebContent/openmeetings/swf10/base/remote/baseVideoStream.lzx Tue Nov 8 23:02:39 2011 +++ /branches/video-component/WebContent/openmeetings/swf10/base/remote/baseVideoStream.lzx Sat Nov 19 05:41:38 2011
@@ -50,9 +50,13 @@
         <attribute name="delay" />
        <!--- @keywords private -->
        <method name="createStream">
-        if($debug) Debug.write("this._findnc(): ", this._findnc());
-               this._ns = new NetStream(this._findnc());
+               if($debug) Debug.write("createStream: 1");
+               var tStream = this._findnc();
+        if($debug) Debug.write("createStream: 2", tStream);
+               this._ns = new NetStream(tStream);
+               if($debug) Debug.write("createStream: 3", this._ns);
                this._ns.client = this;
+               if($debug) Debug.write("createStream: 4", this._ns.client);
        </method>

     <!--<handler name="onStatus" args="info"><![CDATA[-->
=======================================
--- /branches/video-component/WebContent/openmeetings/swf10/base/remote/baseVideoStreamDevice.lzx Sat Nov 19 05:04:02 2011 +++ /branches/video-component/WebContent/openmeetings/swf10/base/remote/baseVideoStreamDevice.lzx Sat Nov 19 05:41:38 2011
@@ -55,8 +55,8 @@
        </handler>

     <method name="onStatus" args="stats">
-        if ($debug) Debug.write("CamStatus: ",stats.info);
-        this.sendCameraStatus.sendEvent(stats.info.code);
+        if ($debug) Debug.write("CamStatus: ",stats);
+        this.sendCameraStatus.sendEvent(stats.code);
     </method>

     <method name="onActivity" args="event">
@@ -72,7 +72,7 @@

     <method name="onMicStatus" args="stats">
        if ($debug) Debug.write("onMicStatus 1: ",stats);
-        this.sendMicroStatus.sendEvent(stats.info.code);
+        this.sendMicroStatus.sendEvent(stats.code);
     </method>

     <method name="onMicActivity" args="event">

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to