Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/org/ice4j/ice/sdp/IceSdpUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public static void initMediaDescription(MediaDescription mediaDescription,
: Connection.IP4;

mediaDescription.setConnection(sdpFactory.createConnection(
"IN", defaultAddress.getHostAddress(), addressFamily));
"IN", addressFamily, defaultAddress.getHostAddress()));

//now check if the RTCP port for the default candidate is different
//than RTP.port +1, in which case we need to mention it.
Expand Down