Open
Bug 1854969
Opened 2 years ago
Updated 2 years ago
Remove global constructor from dom/media/webrtc/sdp attribute list
Categories
(Core :: WebRTC: Signaling, task)
Core
WebRTC: Signaling
Tracking
()
NEW
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
In order to achieve that goal, we avoid creating std::string until
rather late in the interface usage, favoring std::string_view which is
constexpr compatible.
Comment 2•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::WebRTC: Signaling' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: General → WebRTC: Signaling
You need to log in
before you can comment on or make changes to this bug.
Description
•