Closed
Bug 1094250
Opened 10 years ago
Closed 9 years ago
refactor media/webrtc to remove DOM dependencies
Categories
(Core :: WebRTC, defect, P5)
Core
WebRTC
Tracking
()
RESOLVED
WONTFIX
backlog | webrtc/webaudio+ |
People
(Reporter: akligman, Assigned: akligman)
References
Details
DOM dependencies in media/webrtc are making it difficult to build a standalone webrtc library.
Comment 1•10 years ago
|
||
DOM objects are part of the API surface. What's the plan for making that work in a standalone library?
Assignee | ||
Comment 2•10 years ago
|
||
The idea isn't to expose the DOM API in a standalone library. We want to build something like libjingle, with a nice C++ API based on our WebRTC implementation.
Comment 3•9 years ago
|
||
What is left to do here? Or overtaken by events?
backlog: --- → webRTC+
Rank: 55
Flags: needinfo?(rbarker)
Priority: -- → P5
Comment 4•9 years ago
|
||
This can probably be closed. When we changed directions and created standalone xpcom, it was possible to pull out the parts in DOM needed as standalone as well.
Flags: needinfo?(rbarker)
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•