WebRTC Metrics

Network Metrics

{
	"inbound": {
      "packetsLost": 0,
      "packetsCount": 49,
      "jitterBufferMillis": 0,
      "roundTripTimeMillis": null
    },
    "outbound": {
      "packetsLost": 0,
      "packetsCount": 50,
      "jitterBufferMillis": 5,
      "roundTripTimeMillis": 43
    },
    "networkType": "lan",
  }
Field NameExample DataDescription
packetsLost0Network performance metrics
packetsCount50Network performance metrics
jitterBufferMillis5Network performance metrics
roundTripTimeMillis43Network performance metrics
networkTypeLANNetwork type used

STUN/TURN/ICE

"iceServer1": {
    "ipAddress": "turnnlb-xFBcx6Bbf.elb.ap-southeast-2.amazonaws.com.",
    "port": "3478",
    "protocol": "udp"
  }
Field NameExample DataDescription
ipAddressturnnlb-xFBcx6Bbf.elb.ap-southeast-2.amazonaws.comIP address or FQDN or ICE server used.
port3478Outbound Port number
protocoludpProtocol type