Skip to content

Commit

Permalink
Update interfaces/webrtc-stats.idl (#14490)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip authored and lukebjerring committed Dec 13, 2018
1 parent 9377b49 commit 04c862e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/webrtc-stats.idl
Expand Up @@ -239,7 +239,7 @@ dictionary RTCTransportStats : RTCStats {
dictionary RTCIceCandidateStats : RTCStats {
DOMString transportId;
RTCNetworkType networkType;
DOMString address;
DOMString? address;
long port;
DOMString protocol;
RTCIceCandidateType candidateType;
Expand Down

0 comments on commit 04c862e

Please sign in to comment.