Add ice states
This commit is contained in:
parent
eb121a6ec8
commit
f0af0fc8dd
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue