saimroupsi / google-plus-hangout-samples

Automatically exported from code.google.com/p/google-plus-hangout-samples
0 stars 0 forks source link

simpleHangoutApp.xml uses old api #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The simpleHangoutApp.xml sample uses the v1.0 api instead of the latest v1.2. I 
spent half an hour knocking my head against a brick wall wondering why 
getLocalParticipant() and getLocalParticipantId() weren't working. Fix is to 
just change 
https://hangoutsapi.talkgadget.google.com/hangouts/api/hangout.js?v=1.0 to 
https://hangoutsapi.talkgadget.google.com/hangouts/api/hangout.js?v=1.2

Original issue reported on code.google.com by blahblah676 on 11 Dec 2012 at 9:52