Add ice states

This commit is contained in:
Seth Call 2026-01-10 19:49:55 -06:00
parent eb121a6ec8
commit f0af0fc8dd
1 changed files with 18 additions and 4 deletions

View File

@ -550,9 +550,16 @@ data:
"local_candidate_type": 8,
"remote_candidate_type": 9,
"remote_ip": 10,
"user_agent": 11
"ice_state": 11,
"user_agent": 12
},
"renameByName": {}
"renameByName": {
"ice_state": "ICE State",
"local_candidate_type": "Local Candidate",
"remote_candidate_type": "Remote Candidate",
"remote_ip": "Remote IP",
"user_agent": "User Agent"
}
}
}
],
@ -875,9 +882,16 @@ data:
"local_candidate_type": 8,
"remote_candidate_type": 9,
"remote_ip": 10,
"user_agent": 11
"ice_state": 11,
"user_agent": 12
},
"renameByName": {}
"renameByName": {
"ice_state": "ICE State",
"local_candidate_type": "Local Candidate",
"remote_candidate_type": "Remote Candidate",
"remote_ip": "Remote IP",
"user_agent": "User Agent"
}
}
}
],