Validation
Validation process is carried out by reconciling traffic information between the client and media node, and the process and results of verifying each item are as follows:
Stats result - Verification result of ID matching and timestamp comparison between the stat sent from the media node and the stat sent from the client.
0x0000: Success (when each information matches identically)
0x0001: Failure to find a matching stat with the session ID or handle ID
0x0010: Failure to find the designated time slot (currently every 10 seconds) based on the timestamp value
0x0100: Failure to find a matching stat within the designated time slot, which is closer to the current timestamp than the maxTimeDistance (the current setting of the TRX server, which is 5 seconds)
Media result - Verification result of the comparison of media-related information (audio or video) between the stat sent from the media node and the stat sent from the client (in the form of a bitmask).
0x000000: Success (when each information matches identically)
0x000001: When the media type (audio or video) information that matches is not present on the other side
0x000010: When the comparison result of received bytes does not match the server's setting value (e.g., less than 90%)
0x000100: When the comparison result of sent bytes does not match the server's setting value (e.g., less than 90%)
0x001000: When the comparison result of received packets does not match the server's setting value (e.g., less than 90%)
0x010000: When the comparison result of sent packets does not match the server's setting value (e.g., less than 90%)
Last updated