Closed
Bug 859761
Opened 12 years ago
Closed 12 years ago
No event when remote peer disappeared
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 852665
People
(Reporter: luczo.laszlo.86, Unassigned)
Details
(Whiteboard: [WebRTC][blocking-webrtc-][spec-issue])
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20130408 Firefox/23.0
Build ID: 20130408030928
Steps to reproduce:
Start https://apprtc.appspot.com demo app and connect with two client.
Block incoming and outgoing connections in the first client towards to the second one.
Actual results:
Remote videos were freezing but time counter didn't stop counting.
No event was raised when peer disconnected.
Expected results:
oniceconnectionstatechange event fired and iceconnectionstate changed to disconnected.
Reporter | ||
Updated•12 years ago
|
Component: Untriaged → WebRTC
Product: Firefox → Core
Comment 1•12 years ago
|
||
We haven't implemented oniceconnectionstatechange and iceconnectionstate yet, so that's probably the first problem here.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [WebRTC][blocking-webrtc-][spec-issue]
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•