Bug 924991 - Make ICE candidates 0-based. r=abr

This commit is contained in:
EKR 2013-10-09 10:37:04 -07:00
parent 3786553273
commit ea56fa765f

View File

@ -943,7 +943,7 @@ PeerConnectionObserver.prototype = {
{ {
candidate: candidate, candidate: candidate,
sdpMid: mid, sdpMid: mid,
sdpMLineIndex: level sdpMLineIndex: level - 1
} }
)); ));
}, },