Open
Bug 1624673
Opened 5 years ago
Updated 5 years ago
Inconsistent serialization of rtpmap for telephone-event
Categories
(Core :: WebRTC: Signaling, defect, P3)
Core
WebRTC: Signaling
Tracking
()
People
(Reporter: bwc, Unassigned)
Details
https://jsfiddle.net/2fL598wx/1/
See console output. SDP from createOffer looks like "a=rtpmap:101 telephone-event/8000/1", but SDP from localDescription looks like "a=rtpmap:101 telephone-event/8000"
Spotted over in bug 1624006.
| Reporter | ||
Comment 1•5 years ago
|
||
I think this might have something to do with the fact that telephone-event isn't handled in this code:
| Reporter | ||
Comment 2•5 years ago
|
||
Nico, might this be a source of inconsistency between the rust and sipcc parsers?
Flags: needinfo?(na-g)
Comment 3•5 years ago
|
||
(In reply to Byron Campen [:bwc] from comment #2)
Nico, might this be a source of inconsistency between the rust and sipcc parsers?
Yes it could!
Flags: needinfo?(na-g)
| Reporter | ||
Updated•5 years ago
|
Severity: normal → S3
status-firefox75:
--- → affected
status-firefox76:
--- → affected
status-firefox77:
--- → affected
status-firefox78:
--- → affected
status-firefox-esr68:
--- → affected
status-thunderbird_esr68:
--- → affected
You need to log in
before you can comment on or make changes to this bug.
Description
•