Last active
April 15, 2016 18:32
-
-
Save kbagchiGWC/6d792d11a56e73a70ed40e3270650abf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "call-metric-event", | |
"group": "call-quality-stats", | |
"timestamp": "2016-04-15T18:28:34Z", | |
"level": "INFO", | |
"private": false, | |
"payload_type": "application\/json", | |
"publisher": "twilio-android-client", | |
"publisher_metadata": { | |
"client_address": "FE80::A00:27FF:FED9:66AD", | |
"os_name": "android", | |
"os_version": "6.0", | |
"device_model": "Genymotion Custom Phone - 6.0.0 - API 23 - 768x1280", | |
"device_vendor": "Genymotion", | |
"device_type": "Custom Phone - 6.0.0 - API 23 - 768x1280", | |
"cpu_architecture": "x86" | |
}, | |
"payload": [{ | |
"call_sid": "CA910c0e4efeca73a7e85a0aab331dd10d", | |
"timestamp": "2016-04-15T18:28:32Z", | |
"jitter": 2, | |
"rtt": 0, | |
"received_packets": 47, | |
"received_packets_lost": 0, | |
"fraction_lost": 0, | |
"sent_packets": 49, | |
"received_bytes": 7520, | |
"sent_bytes": 7840, | |
"audio_input_level": 0, | |
"audio_output_level": 0, | |
"mos": 4.44 | |
}, { | |
"call_sid": "CA910c0e4efeca73a7e85a0aab331dd10d", | |
"timestamp": "2016-04-15T18:28:33Z", | |
"jitter": 3, | |
"rtt": 0, | |
"received_packets": 97, | |
"received_packets_lost": 0, | |
"fraction_lost": 0, | |
"sent_packets": 99, | |
"received_bytes": 15520, | |
"sent_bytes": 15840, | |
"audio_input_level": 0, | |
"audio_output_level": 0, | |
"mos": 4.44 | |
}, { | |
"call_sid": "CA910c0e4efeca73a7e85a0aab331dd10d", | |
"timestamp": "2016-04-15T18:28:34Z", | |
"jitter": 3, | |
"rtt": 0, | |
"received_packets": 147, | |
"received_packets_lost": 0, | |
"fraction_lost": 0, | |
"sent_packets": 149, | |
"received_bytes": 23520, | |
"sent_bytes": 23840, | |
"audio_input_level": 0, | |
"audio_output_level": 0, | |
"mos": 4.44 | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment