Hi Janus,
We are I the process of upgrading Janus to 1.1.1.
After some testing we noticed the getStats json element contain the text deprecated. Which we have not see with our previous janus version (0.x)
Example:
{
"DEPRECATED_SfEdj5TLYm1TkqqHTgUfOvJjdhCBUVkR9fIwy": {
"id": "DEPRECATED_SfEdj5TLYm1TkqqHTgUfOvJjdhCBUVkR9fIwy",
"timestamp": 1678970873194.225,
"type": "stream",
"streamIdentifier": "fEdj5TLYm1TkqqHTgUfOvJjdhCBUVkR9fIwy",
"trackIds": [
"DEPRECATED_TO1",
"DEPRECATED_TO2"
]
}
},
{
"DEPRECATED_TO1": {
"id": "DEPRECATED_TO1",
"timestamp": 1678970873194.225,
"type": "track",
"trackIdentifier": "33b492a8-d906-40cd-ae8f-97b65529586b",
"mediaSourceId": "SA1",
"remoteSource": false,
"ended": false,
"detached": false,
"kind": "audio",
"echoReturnLoss": -30,
"echoReturnLossEnhancement": 0.17551203072071075
}
},
{
"DEPRECATED_TO2": {
"id": "DEPRECATED_TO2",
"timestamp": 1678970873194.225,
"type": "track",
"trackIdentifier": "d5802a8e-efc7-4f27-9b98-7b5739445fb5",
"mediaSourceId": "SV2",
"remoteSource": false,
"ended": false,
"detached": false,
"kind": "video",
"frameWidth": 0,
"frameHeight": 0,
"framesSent": 0,
"hugeFramesSent": 0
}
},
It this normal with Janus 1.1.1 or did we miss something while upgrading
Kind Regards,
Marcel