Check out Optimize, our new AI-powered product!

Overall Bridge Metrics

These metrics indicate the overall performance of the bridge.

Conference-level Messages

These messages indicate the events and the performance metrics for a specific conferenceID.

Conference-specific Events

These events indicate the bridge- and user-events for a particular conferenceID. The library currently supports the following events:

Conference-level JSON

The statistics are sent in the following JSON object. The metrics are collected on a per userID basic, and includes all the SSRC sent to and received from a particular userID, as observed by the conference server.

{
   "localID":"test-bridge",
   "originID":"test-bridge",
   "deviceID":"test-bridge",
   "remoteID":"6b5aa43c",
   "connectionID":"test-jitsi.callstats.io/euphoricknightsconfiscatejovially",
   "timestamp":1532512109601,
   "stats":[
      {
         "type":"inbound",
         "ssrc":"3185076242",
         "packetsReceived":34,
         "packetsLost":0,
         "bytesReceived":6985,
         "fractionalPacketLost":0.0,
         "jitter":11.729166666666668
      },
      {
         "type":"inbound",
         "ssrc":"3598486905",
         "packetsReceived":28,
         "packetsLost":0,
         "bytesReceived":24350,
         "fractionalPacketLost":0.0
      },
      {
         "type":"inbound",
         "ssrc":"256197933",
         "packetsReceived":26,
         "packetsLost":0,
         "bytesReceived":35861,
         "fractionalPacketLost":0.0,
         "jitter":3.4555555555555553
      },
      {
         "type":"inbound",
         "ssrc":"1167437208",
         "packetsReceived":0,
         "packetsLost":0,
         "bytesReceived":3144,
         "fractionalPacketLost":0.0
      },
      {
         "type":"outbound",
         "ssrc":"2619351298",
         "packetsSent":12,
         "bytesSent":5064,
         "fractionalPacketLost":0.0,
         "jitter":4.270833333333333
      },
      {
         "type":"outbound",
         "ssrc":"1555834096",
         "packetsSent":0,
         "bytesSent":4944,
         "fractionalPacketLost":0.0
      },
      {
         "type":"outbound",
         "ssrc":"341672740",
         "packetsSent":0,
         "bytesSent":8,
         "fractionalPacketLost":0.0
      },
      {
         "type":"outbound",
         "ssrc":"2395495107",
         "packetsSent":18,
         "bytesSent":18853,
         "fractionalPacketLost":0.0,
         "jitter":30.322222222222223
      },
      {
         "type":"outbound",
         "ssrc":"3848082945",
         "packetsSent":0,
         "bytesSent":308,
         "fractionalPacketLost":0.0
      },
      {
         "type":"outbound",
         "ssrc":"3662912015",
         "packetsSent":0,
         "bytesSent":4160,
         "fractionalPacketLost":0.0
      },
      {
         "type":"outbound",
         "ssrc":"3793331828",
         "packetsSent":0,
         "bytesSent":8,
         "fractionalPacketLost":0.0
      }
   ]
}

Conference-level statistics

These metrics indicate the performance for a specific conferenceID. All metrics are measured locally. No remote metrics are reported here, since these are reported independently by the individual endpoints.

Inbound and Outbound SSRC statistics