Description
Hi guys, We make these calls to get meeting qos data - /metrics/meetings/{meetingId}/participants/qos
I am noticing the higher volume of data points missing data such as jitter, latency, bitrate and so on. These are not calls that are done at beginning of meeting, we make calls throughout meeting as it progresses. Example of missing data below
"user_qos": [
{
"date_time": "2021-09-22T19:16:00Z",
"audio_input": {
"bitrate": "",
"latency": "",
"jitter": "",
"avg_loss": "",
"max_loss": ""
},
"audio_output": {
"bitrate": "",
"latency": "",
"jitter": "",
"avg_loss": "",
"max_loss": ""
},
"video_input": {
"bitrate": "",
"latency": "",
"jitter": "",
"avg_loss": "",
"max_loss": "",
"resolution": "",
"frame_rate": ""
},
"video_output": {
"bitrate": "",
"latency": "",
"jitter": "",
"avg_loss": "",
"max_loss": "",
"resolution": "",
"frame_rate": ""
},
"as_input": {
"bitrate": "",
"latency": "",
"jitter": "",
"avg_loss": "",
"max_loss": "",
"resolution": "",
"frame_rate": ""
},
"as_output": {
"bitrate": "",
"latency": "",
"jitter": "",
"avg_loss": "",
"max_loss": "",
"resolution": "",
"frame_rate": ""
},
"cpu_usage":{}
}
I had found the similar thread - , but I am not sure how it was resolved.
@will.zoom Could you please chime in? I can provide further data if needs to be.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth App
Which Endpoint/s?
/metrics/meetings/{meetingId}/participants/qos