vChat1.0 Voice Communication Control Publishing
Download Address:
115 Network Disk Dbbank
Support point-to-point voice chat, voice clear and smooth, real-time high
Integrated G729 for compression, saving network bandwidth
Vchat is an ActiveX that can be quickly and efficiently applied to existing projects
If you find a problem that cannot be installed, make sure the vs2005 vcredist is installed on the machine.
Download Underground: http://www.xdowns.com/soft/38/217/2012/Soft_91659.html
In the use of the process, have any good suggestions, you can contact me qq:3-5-8-7-6-7-0-9
/////////////////////////////////////////////////////////////////
The following JS invocation example, the Vc,vb,c#,java call can be
/////////////////////////////////////////////////////////////////
<script language= "JavaScript" type= "Text/javascript" >
function TestFunc ()
{
Try
{
Vchat. Starttalk ("127.0.0.1");
Vchat. Endtalk ();
}catch (ERR)
{
alert (err.message);
}
}
</script>