Updates ice4j library to revision 3000, which provides CandidateExtendedType. Updates JingleNodesCandidate constructor to comply with the ice4j update.

cusax-fix
Vincent Lucas 14 years ago
parent 90364e904d
commit 74d0012eb4

Binary file not shown.

@ -53,8 +53,11 @@ public class JingleNodesCandidate
public JingleNodesCandidate(TransportAddress transportAddress,
Component parentComponent, TransportAddress localEndPoint)
{
super(transportAddress, parentComponent,
CandidateType.RELAYED_CANDIDATE);
super(
transportAddress,
parentComponent,
CandidateType.RELAYED_CANDIDATE,
CandidateExtendedType.JINGLE_NODE_CANDIDATE);
setBase(this);
setRelayServerAddress(localEndPoint);
this.localEndPoint = localEndPoint;

Loading…
Cancel
Save