# On_systemRatingUpdated
Description
The notification received when the system rating changes
EventHandler<string> On_systemRatingUpdated
Response example
{
"videoQuality": {
"send": "UHD",
"receiveP2P": "UHD",
"receiveGroup": "UHD"
},
"videoContentLevels": {
"send": 66,
"receiveP2P": 75,
"receiveGroup": 91,
"bench": 740273
},
"event": "systemRatingUpdated",
"method": "event"
}
Response Parameters
Name | Description |
---|---|
videoQuality | Information about the quality (resolution) of inbound and outbound video • send - The quality (resolution) of outbound video • receiveP2P - Indicates the quality (resolution) of the received video in a video call • receiveGroup - Total quality (resolution) of inbound video in a group conference (total quality of all incoming video feeds) |
videoContentLevels | Information about the quality of incoming and outgoing video • send - Video encoding performance value • receiveP2P - A value that characterizes performance when decoding video in a video call • receiveGroup - Total video decoding performance value (for all incoming video feeds) • bench - Overall performance rating |
See also