Fix the versions
This commit is contained in:
parent
f0af0fc8dd
commit
87c9b5cd8b
|
|
@ -551,14 +551,24 @@ data:
|
|||
"remote_candidate_type": 9,
|
||||
"remote_ip": 10,
|
||||
"ice_state": 11,
|
||||
"user_agent": 12
|
||||
"user_agent": 12,
|
||||
"local_url": 13,
|
||||
"local_port": 14,
|
||||
"local_rel_port": 15,
|
||||
"local_rel_addr": 16,
|
||||
"rtt": 17
|
||||
},
|
||||
"renameByName": {
|
||||
"ice_state": "ICE State",
|
||||
"local_candidate_type": "Local Candidate",
|
||||
"remote_candidate_type": "Remote Candidate",
|
||||
"remote_ip": "Remote IP",
|
||||
"user_agent": "User Agent"
|
||||
"user_agent": "User Agent",
|
||||
"local_url": "STUN/TURN URL",
|
||||
"local_port": "Ext Port",
|
||||
"local_rel_port": "Int Port",
|
||||
"local_rel_addr": "Int IP",
|
||||
"rtt": "RTT"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -883,14 +893,24 @@ data:
|
|||
"remote_candidate_type": 9,
|
||||
"remote_ip": 10,
|
||||
"ice_state": 11,
|
||||
"user_agent": 12
|
||||
"user_agent": 12,
|
||||
"local_url": 13,
|
||||
"local_port": 14,
|
||||
"local_rel_port": 15,
|
||||
"local_rel_addr": 16,
|
||||
"rtt": 17
|
||||
},
|
||||
"renameByName": {
|
||||
"ice_state": "ICE State",
|
||||
"local_candidate_type": "Local Candidate",
|
||||
"remote_candidate_type": "Remote Candidate",
|
||||
"remote_ip": "Remote IP",
|
||||
"user_agent": "User Agent"
|
||||
"user_agent": "User Agent",
|
||||
"local_url": "STUN/TURN URL",
|
||||
"local_port": "Ext Port",
|
||||
"local_rel_port": "Int Port",
|
||||
"local_rel_addr": "Int IP",
|
||||
"rtt": "RTT"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ grafana:
|
|||
backendUrl: "https://www.jamkazam.com"
|
||||
auth: true
|
||||
# Webrtc_be image version
|
||||
webrtc_tag: 1.0.161
|
||||
webrtc_tag: 1.0.162
|
||||
unused_tag: 1.0.0
|
||||
enableDieEndpoint: false
|
||||
mediasoup:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ grafana:
|
|||
# Webrtc env variables
|
||||
backendUrl: "https://staging.jamkazam.com"
|
||||
# Webrtc_be image version
|
||||
webrtc_tag: 1.0.161
|
||||
webrtc_tag: 1.0.162
|
||||
unused_tag: 1.0.0
|
||||
enableDieEndpoint: true
|
||||
mediasoup:
|
||||
|
|
|
|||
Loading…
Reference in New Issue