Bug 1336507 - Part 1: Fix about:webrtc display of local relay transport. r=jib

MozReview-Commit-ID: D6FqhVK73Iz

--HG--
extra : rebase_source : 085e51ca56066e73b02c39bf893eaf43807cdccd
This commit is contained in:
Byron Campen [:bwc] 2017-02-03 12:25:26 -06:00
parent f02fca824e
commit bded8f581a

View File

@ -758,7 +758,7 @@ ICEStats.prototype = {
var type = c.candidateType;
if (c.type == "localcandidate" && c.candidateType == "relayed") {
if (c.type == "local-candidate" && c.candidateType == "relayed") {
type = `${c.candidateType}-${c.mozLocalTransport}`;
}