Closed
Bug 1746466
Opened 4 years ago
Closed 4 years ago
a=maxptime is handled inappropriately by JSEP negotiation code
Categories
(Core :: WebRTC: Signaling, defect, P3)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
99 Branch
| Tracking | Status | |
|---|---|---|
| firefox99 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
References
Details
Attachments
(1 file)
It looks like we're using a=maxptime to init the initial frame size, not the maximum frame size, here:
This just looks like a typo. I don't know if there's anything in the field that is actually using a=maxptime; neither Chrome nor Firefox seems to by default. However, this is a pretty easy fix.
| Assignee | ||
Updated•4 years ago
|
Assignee: nobody → docfaraday
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
Try looks good.
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/083a78cf68a3
Fix a typo that was causing a=maxptime to be handled incorrectly. r=ng
Comment 5•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•