[Webkit-unassigned] [Bug 273318] New: [WebRTC][GStreamer] Data channel is lost if setConfiguration() is called after createDataChannel()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 26 07:01:16 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=273318
Bug ID: 273318
Summary: [WebRTC][GStreamer] Data channel is lost if
setConfiguration() is called after createDataChannel()
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebRTC
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cadubentzen at igalia.com
CC: youennf at gmail.com
In the script below:
const pc = new RTCPeerConnection();
pc.createDataChannel("data-channel")
pc.setConfiguration({});
await pc.setLocalDescription();
const sdp = pc.localDescription.sdp;
sdp should contain a line like "m=application 9 UDP/DTLS/SCTP webrtc-datachannel", but with the GstWebRTC backend that's not true. The line is back in the SDP if pc.setConfiguration({}) is removed.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240426/afc1119f/attachment.htm>
More information about the webkit-unassigned
mailing list