Closed
Bug 1376947
Opened 8 years ago
Closed 7 years ago
sender.dtmf should be null on video tracks.
Categories
(Core :: WebRTC: Audio/Video, defect, P3)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
DUPLICATE
of bug 1453030
People
(Reporter: jib, Unassigned)
References
Details
STRs:
1. Open https://jsfiddle.net/jib1/0odr7ps1/
Expected result:
null
TypeError: sender.dtmf is null
Actual result:
[object RTCDTMFSender]
true
Basically the fiddle sends DTMF on a video track, and JS-observably seems to work. ;-/
Clearly this should NOT work.
Updated•8 years ago
|
Rank: 25
Priority: -- → P2
Comment 1•8 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•