Closed
Bug 1226806
Opened 9 years ago
Closed 9 years ago
InvalidStateError: Can't create RTCPeerConnections when the network is down
Categories
(Core :: WebRTC: Networking, defect)
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: nick, Unassigned)
References
Details
I have wifi disabled in OSX 10.10.5, FF 45. I'm trying to develop a webRTC app locally from localhost. I get the following error:
InvalidStateError: Can't create RTCPeerConnections when the network is down
I should still be allowed to create a RTCPeerConnection when developing against localhost. I shouldn't have to turn wifi on to develop against localhost.
triggered from:
var pc = new RTCPeerConnection(iceServers);
Reporter | ||
Comment 1•9 years ago
|
||
nvm, wouldn't be able to get ICE candidates
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•