Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to add google video chat to my web site???

i need to video chat for my website. i used google video chat for that.
i found

JavaScript
<script language="javascript" type="text/javascript">
 var newwindow;
function poptastic(url)
{
    newwindow=window.open(url,'name','height=400,width=400');
    if (window.focus) {
        newwindow.focus();
    }
}

</script>


Google Talk;


this is the solution i found.
do you have different solution for video chat..


thanx
Posted
Updated 2-Sep-11 22:42pm
v2

1 solution

Hello friend as you ask that you need a vedio chat functionality of google in your application..

so for that you need a API, through that you can access that service of google..

for api you can find it here

http://code.google.com/more/[^]
 
Share this answer
 
Comments
madhu_ 3-Sep-11 7:14am    
there are many API so if you can exact what API can use..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900