Open
Bug 1454434
Opened 7 years ago
Updated 3 years ago
[WebRTC] PeerConnection.createOffer error message should mention data channels
Categories
(Core :: WebRTC: Signaling, defect, P3)
Core
WebRTC: Signaling
Tracking
()
NEW
People
(Reporter: steveanton, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
Steps to reproduce:
Ran the code listed by this user on webrtc-discuss: https://groups.google.com/d/msg/discuss-webrtc/Q2tK7OTQpLQ/27lM7d5zAgAJ
Actual results:
When adding a .catch handler, the following error message is printed:
DOMException: "Cannot create offer when there are no valid transceivers."
Expected results:
The error message should also mention data channels. Something like:
"Cannot create offer when there are no valid transceivers or data channels."
Comment 1•7 years ago
|
||
This seems like an enhancement to me, I'm going to triage it further in WebRTC/ A/V component.
Component: Untriaged → WebRTC: Audio/Video
Product: Firefox → Core
Comment 2•7 years ago
|
||
Enhancement request, marking as new.
Status: UNCONFIRMED → NEW
Rank: 25
Component: WebRTC: Audio/Video → WebRTC: Signaling
Ever confirmed: true
Priority: -- → P3
Summary: [WebRTC] PeerConnection.createOffer error message when no transceivers/data channel → [WebRTC] PeerConnection.createOffer error message should mention data channels
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•