Open
Bug 1154084
Opened 10 years ago
Updated 3 years ago
Accessing pc.getRemoteStreams() after closing throws an exception
Categories
(Core :: WebRTC, defect, P4)
Tracking
()
NEW
| backlog | webrtc/webaudio+ |
People
(Reporter: lancestout, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36
Steps to reproduce:
Create a peer connection with streams.
Close the peer connection
Attempt to iterate through the connection's streams (to clean up from views)
Actual results:
An exception of "peer connection already closed" is thrown
Expected results:
To get at least an empty array (with no exception)
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Rank: 35
Ever confirmed: true
Priority: -- → P3
Updated•10 years ago
|
backlog: --- → webRTC+
Comment 1•8 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•