VoiceClearly Java API for Google Talk (Pricing Information)

Integrate Google Talk Voice and Chat into your website with our simple cross-platform Java API that supports both Voice and Chat. Create compelling communications solutions leveraging Google's VoIP and Messaging infrastructure including live chat solutions, VoIP softphones, click to chat services, and IM bots.
Download VoiceClearly API Download JavaFX Softphone client Download VoiceClearly API

JavaFX Softphone

Sample Code

//Class implementing CallListener
GoogleTalkClient callBackListener = new GoogleTalkClient();

//Initialize the VoiceClearly Service
VoiceClearlyService service = new VoiceClearlyService(callBackListener);

//Login with Google Talk credentials
service.login("youremail@gmail.com", "yourpassword");

//Place call to roster member
service.placeCall("otheruser@gmail.com");