This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25841 - DataChannel and DTMF methods should check for peerConnection closed state
Summary: DataChannel and DTMF methods should check for peerConnection closed state
Status: RESOLVED WONTFIX
Alias: None
Product: WebRTC Working Group
Classification: Unclassified
Component: WebRTC API (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Web RTC Working Group
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-20 21:22 UTC by Kiran
Modified: 2014-05-21 14:03 UTC (History)
2 users (show)

See Also:


Attachments

Description Kiran 2014-05-20 21:22:41 UTC
•This check is missing


Proposed Resolution
•Generate InvalideStateError
Comment 1 Adam Bergkvist 2014-05-21 13:46:37 UTC
I don't think we should check the state of "parent" objects. It's nicer to let the closing of PeerConnection close the DataChannel and DataChannel's methods only check its own state.
Comment 2 Kiran 2014-05-21 13:55:39 UTC
Agreed, seems we can close this.