Open
Bug 1879605
Opened 2 years ago
Updated 11 months ago
RTCRtptransceiver.stop() should cause inbound-rtp stats to disappear
Categories
(Core :: WebRTC: Networking, defect)
Core
WebRTC: Networking
Tracking
()
NEW
People
(Reporter: bwc, Assigned: bwc)
Details
webrtc-stats says inbound-rtp is for "an inbound RTP stream that is currently received", and additionally specifies that RTCRtpTransceiver.stop() deletes the associated RTP stats. It is a little bit unclear whether pc.close() is expected to delete these, but I suspect it is not.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:jib, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(jib)
Comment 2•2 years ago
|
||
It is a little bit unclear whether pc.close() is expected to delete these, but I suspect it is not.
I've filed https://github.com/w3c/webrtc-stats/issues/784 to clarify the spec.
Severity: -- → S4
Flags: needinfo?(jib)
Updated•11 months ago
|
Component: WebRTC: Audio/Video → WebRTC: Networking
You need to log in
before you can comment on or make changes to this bug.
Description
•