зеркало из https://github.com/mozilla/gecko-dev.git
Bug 970734 - Part 1: When ICE fails, log a pointer to about:webrtc in the JS console. r=jib
This commit is contained in:
Родитель
e5a5d4a701
Коммит
d53a4f744e
|
@ -1117,6 +1117,7 @@ PeerConnectionObserver.prototype = {
|
|||
|
||||
if (iceConnectionState === 'failed') {
|
||||
histogram.add(false);
|
||||
this._dompc.reportError("ICE failed, see about:webrtc for more details", null, 0);
|
||||
}
|
||||
if (this._dompc.iceConnectionState === 'checking' &&
|
||||
(iceConnectionState === 'completed' ||
|
||||
|
|
Загрузка…
Ссылка в новой задаче