Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRCCandidatePairStat

peerConnection 抛出给用户的 iceCandidatePair 字段

Hierarchy

  • IRCCandidatePairStat

Index

Properties

IP: string

本端 IP

port: number

本地 UDP 端口

networkType: null | string

本地网络类型

remoteIP: string

远端 IP

remotePort: number

远端 UDP 端口

protocol: string

协议

bitrateSend: number

发送总码率,单位 kbps

bitrateRecv: number

接收总码率,单位 kbps

rtt: null | number

(Round-Trip-Time)往返时延,单位 ms

availableOutgoingBitrate: null | number

可用上行带宽,单位 bit

availableIncomingBitrate: null | number

可用下行带宽,在无下行资源时,其值为 0,单位: bit