File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
homeassistant/components/camera Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -407,8 +407,8 @@ def get_ice_servers() -> list[RTCIceServer]:
407407 return [
408408 RTCIceServer (
409409 urls = [
410- "stun:stun.home-assistant.io:80" ,
411410 "stun:stun.home-assistant.io:3478" ,
411+ "stun:stun.home-assistant.io:80" ,
412412 ]
413413 ),
414414 ]
Original file line number Diff line number Diff line change @@ -205,8 +205,8 @@ async def test_ws_get_client_config(
205205 "iceServers" : [
206206 {
207207 "urls" : [
208- "stun:stun.home-assistant.io:80" ,
209208 "stun:stun.home-assistant.io:3478" ,
209+ "stun:stun.home-assistant.io:80" ,
210210 ]
211211 },
212212 ],
@@ -238,8 +238,8 @@ def get_ice_server() -> list[RTCIceServer]:
238238 "iceServers" : [
239239 {
240240 "urls" : [
241- "stun:stun.home-assistant.io:80" ,
242241 "stun:stun.home-assistant.io:3478" ,
242+ "stun:stun.home-assistant.io:80" ,
243243 ]
244244 },
245245 {
You can’t perform that action at this time.
0 commit comments