Closed
Bug 2019361
Opened 6 months ago
Closed 1 month ago
Expose pc.sctp in have-remote-offer
Categories
(Core :: WebRTC, task, P2)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
155 Branch
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
https://wpt.live/webrtc/RTCSctpTransport-events.html
This test case expects RTCPeerConnection.sctp to be set in have-remote-offer, but webrtc-pc says to set this when the answer/pranswer is set. I do not see any github issue to change the spec here, which is right?
Flags: needinfo?(jib)
Comment 1•6 months ago
|
||
Flags: needinfo?(jib)
Comment 2•5 months ago
|
||
Looks like the pr was closed. Curious, do we have work to do here or can we resolved wfm?
Flags: needinfo?(docfaraday)
Updated•5 months ago
|
| Assignee | ||
Comment 3•5 months ago
|
||
We have some work to do here.
Flags: needinfo?(docfaraday)
Summary: Determine correctness of RTCSctpTransport-events.html → Expose pc.sctp in have-remote-offer
| Assignee | ||
Updated•3 months ago
|
Assignee: nobody → docfaraday
| Assignee | ||
Comment 4•3 months ago
•
|
||
This may need additional spec work. RTCSctpTransport.transport is a non-nullable RTCDtlsTransport, which does not exist until a local description is applied.
| Assignee | ||
Comment 5•3 months ago
|
||
| Assignee | ||
Comment 6•1 month ago
|
||
Updated•1 month ago
|
Attachment #9610322 -
Attachment description: WIP: Bug 2019361: (WIP, a wpt timeout needs diagnosis) Set RTCPeerConnection.sctp in have-remote-offer. → Bug 2019361: Set RTCPeerConnection.sctp in have-remote-offer. r?ng
Pushed by bcampen@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/cf7acd3574f9
https://hg.mozilla.org/integration/autoland/rev/b75481b77056
Set RTCPeerConnection.sctp in have-remote-offer. r=ng,webidl,saschanaz
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/61556 for changes under testing/web-platform/tests
Comment 9•1 month ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox155:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 155 Branch
Upstream PR merged by nairnandu
Updated•24 days ago
|
QA Whiteboard: [qa-triage-done-c156/b155]
You need to log in
before you can comment on or make changes to this bug.
Description
•