Closed
Bug 1196145
Opened 9 years ago
Closed 9 years ago
Implement RTCDataChannel.onbufferedamountlow and bufferedAmountLowThreshold
Categories
(Core :: WebRTC: Networking, defect, P2)
Core
WebRTC: Networking
Tracking
()
RESOLVED
DUPLICATE
of bug 1178091
backlog | webrtc/webaudio+ |
People
(Reporter: teoli, Assigned: jesup)
References
()
Details
(Whiteboard: [parity-chrome])
This event handler, catching bufferedamountlow, has been implemented recently by Chrome: https://codereview.chromium.org/1171553002
Given it is not in the webidl in m-c, I guess it must be a recent addition to the spec (http://w3c.github.io/webrtc-pc/#idl-def-RTCDataChannel)
Note that RTCDataChannel.bufferedAmountLowThreshold is also missing and has been added at the same time in Chrome; as well as the bufferedamountlow event.
Assignee | ||
Updated•9 years ago
|
Component: WebRTC → WebRTC: Networking
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → rjesup
backlog: --- → webrtc/webaudio+
Rank: 23
Priority: -- → P2
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•9 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•