Hallo all,
im want to run the Call-Example from libjingle. After i set the empty
init to
init(GIPS_EXPIRATION_MONTH,GIPS_EXPIRATION_DAY,GIPS_EXPIRATION_YEAR)

and exchange kGIPSCodecPrefs to

const CodecPref kGIPSCodecPrefs[] = {
  { "ISAC", 16000, 7 },
  { "speex", 16000, 6 },
  { "IPCMWB", 16000, 6},
  { "speex", 8000, 4},
  { "iLBC", 8000, 1 },
  { "G723", 8000, 4 },
  { "EG711U", 8000, 3 },
  { "EG711A", 8000, 3 },
  { "PCMU", 8000, 2 },
  { "PCMA", 8000, 2 },
  { "CN", 8000, 2 },
  { "CN", 16000, 2 },
  { "red", 8000, -1 },
  { "telephone-event", 8000, -1 },
  { "ISACLC", 16000, 6}
};

i get a TimeOut-Error during the connection establishment (call
[EMAIL PROTECTED]) from the WinSock.

Any Ideas? Thanks in advance.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-talk-open" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-talk-open?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to