Updates ice4j.jar that fix negociation problem with server reflexive addresses and handle STALE_CREDENTIALS error.

cusax-fix
Sebastien Vincent 15 years ago
parent e8de7aa5be
commit 1342d5a9a5

Binary file not shown.

@ -810,10 +810,10 @@ else if(ext.getNamespace().equals(
candidates.addAll(
GTalkPacketFactory.createCandidates("video_rtp", stream));
}
}
/* send candidates */
candidatesSender.sendCandidates(candidates);
/* send candidates */
candidatesSender.sendCandidates(candidates);
}
}
/**

Loading…
Cancel
Save