• Skip to main content
  • Skip to search
  • Skip to select language
MDN Web Docs
  • 参考手册
    • 概述 / Web 技术

      适用于开发者的 Web 技术参考手册

    • HTML

      Web 内容的结构

    • CSS

      用于描述文档样式的代码

    • JavaScript

      通用脚本语言

  • 开发指南
    • 概述 / MDN 学习区

      学习 Web 开发

    • MDN 学习区

      学习 Web 开发

    • HTML

      学习使用 HTML 构建 Web 内容

    • CSS

      学习使用 CSS 设置内容样式

    • JavaScript

      学习在浏览器中运行脚本

  • 更多中文网
  1. 面向开发者的 Web 技术
  2. 网络 API
  3. RTCIceCandidateStats
  4. port

目录

  • Value
  • Specifications
  • Browser compatibility
  1. WebRTC API
  2. RTCIceCandidateStats
  3. Instance properties
    1. address
    2. candidateType
    3. deleted
    4. id
    5. port
    6. priority
    7. protocol
    8. relayProtocol
    9. timestamp
    10. transportId
    11. type
    12. url
  4. Related pages for WebRTC
    1. MediaDevices.getUserMedia()
    2. Navigator.mediaDevices
    3. RTCAudioSourceStats
    4. RTCCertificate
    5. RTCCodecStats
    6. RTCDTMFSender
    7. RTCDTMFToneChangeEvent
    8. RTCDataChannel
    9. RTCDataChannelEvent
    10. RTCDataChannelStats
    11. RTCDtlsTransport
    12. RTCEncodedAudioFrame
    13. RTCEncodedVideoFrame
    14. RTCErrorEvent
    15. RTCIceCandidate
    16. RTCIceCandidatePair
    17. RTCIceCandidatePairStats
    18. RTCIceParameters
    19. RTCIceTransport
    20. RTCInboundRtpStreamStats
    21. RTCOutboundRtpStreamStats
    22. RTCPeerConnection
    23. RTCPeerConnectionIceErrorEvent
    24. RTCPeerConnectionIceEvent
    25. RTCPeerConnectionStats
    26. RTCRemoteOutboundRtpStreamStats
    27. RTCRtpCodecParameters
    28. RTCRtpReceiver
    29. RTCRtpReceiver.transform
    30. RTCRtpScriptTransform
    31. RTCRtpScriptTransformer
    32. RTCRtpSender
    33. RTCRtpSender.transform
    34. RTCRtpTransceiver
    35. RTCSctpTransport
    36. RTCSessionDescription
    37. RTCStatsReport
    38. RTCTrackEvent
    39. RTCTransformEvent
    40. RTCVideoSourceStats

目录

  • Value
  • Specifications
  • Browser compatibility

RTCIceCandidateStats: port property

The RTCIceCandidateStats dictionary's port property specifies the network port used by the candidate.

Value

An integer value indicating the network port used by the RTCIceCandidate described by the RTCIceCandidateStats object.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcicecandidatestats-port

Browser compatibility

BCD tables only load in the browser

MDN Web 中文网 - 粤ICP备13048890号