Closed Bug 833948 Opened 11 years ago Closed 11 years ago

mozRTCIceCandidate constructor looks for 'sdbMid' rather than 'sdpMid' in its argument

Categories

(Core :: WebRTC: Networking, defect, P2)

defect

Tracking

()

VERIFIED FIXED
mozilla21

People

(Reporter: andrew, Assigned: andrew)

Details

(Whiteboard: [webrtc][blocking-webrtc+])

Attachments

(2 files)

According to http://www.w3.org/TR/webrtc/#idl-def-RTCIceCandidate, the RTCIceCandidate constructor expects a property called 'sdpMid'. However, the code (in dom/media/PeerConnection.js IceCandidate.prototype.constructor) typos that as sdbMid.

Test case attached:
  Expected results with testcase: "y" shows up in the alert.
  Actual result with testcase: "z" shows up in the alert.
Assignee: nobody → ak.miller
Attachment #705517 - Flags: review?(rjesup)
Attachment #705517 - Flags: review?(rjesup) → review+
Priority: -- → P2
Whiteboard: [webrtc][blocking-webrtc+]
Attachment #705517 - Flags: checkin?
I don't have try-server access or access to all the platforms, so have only tested this on Linux x86-64 so this may need to be tested on the try server first.
Keywords: checkin-needed
Attachment #705517 - Flags: checkin?
https://hg.mozilla.org/mozilla-central/rev/6eea9913acdd
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
Keywords: verifyme
Verified on 1/30 build. Probably worth getting a quick error test here.
Status: RESOLVED → VERIFIED
Flags: in-testsuite?
Keywords: verifyme
This is a fix of a spelling error in the code. I can't imagine there is something we could test here.
Flags: in-testsuite? → in-testsuite-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: