Fix the versions

This commit is contained in:
Seth Call 2026-01-11 07:47:33 -06:00
parent f0af0fc8dd
commit 87c9b5cd8b
3 changed files with 26 additions and 6 deletions

View File

@ -551,14 +551,24 @@ data:
"remote_candidate_type": 9, "remote_candidate_type": 9,
"remote_ip": 10, "remote_ip": 10,
"ice_state": 11, "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": { "renameByName": {
"ice_state": "ICE State", "ice_state": "ICE State",
"local_candidate_type": "Local Candidate", "local_candidate_type": "Local Candidate",
"remote_candidate_type": "Remote Candidate", "remote_candidate_type": "Remote Candidate",
"remote_ip": "Remote IP", "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_candidate_type": 9,
"remote_ip": 10, "remote_ip": 10,
"ice_state": 11, "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": { "renameByName": {
"ice_state": "ICE State", "ice_state": "ICE State",
"local_candidate_type": "Local Candidate", "local_candidate_type": "Local Candidate",
"remote_candidate_type": "Remote Candidate", "remote_candidate_type": "Remote Candidate",
"remote_ip": "Remote IP", "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"
} }
} }
} }

View File

@ -6,7 +6,7 @@ grafana:
backendUrl: "https://www.jamkazam.com" backendUrl: "https://www.jamkazam.com"
auth: true auth: true
# Webrtc_be image version # Webrtc_be image version
webrtc_tag: 1.0.161 webrtc_tag: 1.0.162
unused_tag: 1.0.0 unused_tag: 1.0.0
enableDieEndpoint: false enableDieEndpoint: false
mediasoup: mediasoup:

View File

@ -5,7 +5,7 @@ grafana:
# Webrtc env variables # Webrtc env variables
backendUrl: "https://staging.jamkazam.com" backendUrl: "https://staging.jamkazam.com"
# Webrtc_be image version # Webrtc_be image version
webrtc_tag: 1.0.161 webrtc_tag: 1.0.162
unused_tag: 1.0.0 unused_tag: 1.0.0
enableDieEndpoint: true enableDieEndpoint: true
mediasoup: mediasoup: