I am trying to run Voice and Video chat samples simultaneously using SocketCoder samples (http://silverlightvide ochat.codeplex. com/).
However, after I start the webcam/video chat, when I start the voice chat sample, it says mic device already in use.
I am able to do voice chat without starting the video chat project.
Any pointers on this will be useful.
Thanks
User Profile
Collapse
-
SocketCoder samples: Voice and Video chat simultaneously
-
Need common type
I need a function to return something that can either beorCode:System.Windows.Controls.Control
.Code:System.Windows.Controls.StackPanel
Ideally it should be an interface thats implemented by both or a baseclass of both of them (I hate using object for this purpose)
The likes of UIElement etc seem to be exclusive to one of 'em only.
Any ideas? -
The request object is passed to SetRequestPrope rties by reference. So should be fine. I checked that the properties are getting set.
I am connecting to http://<my_ip_addres s>/test/test.aspx from my Windows Mobile device emulator. If I visit the same URL manually from IE on the device, it works fine. -
Hello RedSon,
Thanks I will follow it up on the other thread.
/cethieLeave a comment:
-
I did try setting contentlength and changing various properties. 2 other things I noticed:
1) posted data is always empty even though writing to the stream succeeds.
2) the 'uncatcheable' exception from the inner thread is coming from a certain set_ContentLeng th method within the framework! This is consistent whether or not I set content length in my request object,...Leave a comment:
-
HTTP POST Vs GET
In the code below, DoGet is working very stable. But DoPost throws an uncatcheable InvalidOperatio nException randomly. I am lost. Any pointers will be of immense help.
...Code:/* Environment ------------- * NET CF 2.0 * WM 5.0(USA Mobile Pocket PC Emulator) * Windows XP Professional SP2 * VS 2008 */ /* The exception ------------------ at
No activity results to display
Show More
Leave a comment: