parent
f8edd89642
commit
819921f9e3
1 changed files with 2 additions and 4 deletions
|
@ -1539,11 +1539,10 @@ public class JingleRtpConnection extends AbstractJingleConnection
|
|||
+ candidates.size()
|
||||
+ " candidates in session accept");
|
||||
sendSessionAccept(outgoingContentMap.withCandidates(candidates));
|
||||
webRTCWrapper.resetPendingCandidates();
|
||||
} else {
|
||||
sendSessionAccept(outgoingContentMap);
|
||||
webRTCWrapper.setIsReadyToReceiveIceCandidates(true);
|
||||
}
|
||||
webRTCWrapper.setIsReadyToReceiveIceCandidates(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -2005,11 +2004,10 @@ public class JingleRtpConnection extends AbstractJingleConnection
|
|||
+ " candidates in session initiate");
|
||||
sendSessionInitiate(
|
||||
outgoingContentMap.withCandidates(candidates), targetState);
|
||||
webRTCWrapper.resetPendingCandidates();
|
||||
} else {
|
||||
sendSessionInitiate(outgoingContentMap, targetState);
|
||||
webRTCWrapper.setIsReadyToReceiveIceCandidates(true);
|
||||
}
|
||||
webRTCWrapper.setIsReadyToReceiveIceCandidates(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue