Invalid stun/turn servers when giving empty public address in Anbox Cloud Appliance init
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Anbox Cloud |
Fix Released
|
Medium
|
Simon Fels |
Bug Description
After installing the appliance, I received this error in the console of the browser when joining a session:
Uncaught DOMException: Failed to construct 'RTCPeerConnect
at AnboxWebRTCMana
Indeed, by inspecting the list of ICE servers received, it turns out that an empty address was being sent:
[
{
"urls": [
]
},
{
"urls": [
],
"username": <omitted>,
}
]
Steps to reproduce:
1. Do a fresh init of the anbox cloud appliance
2. Provide an empty public IP address
3. Check that the /var/snap/
coturn:
urls:
- stun::5349
- turn::5349
Changed in anbox-cloud: | |
milestone: | none → 1.23.0 |
assignee: | nobody → Simon Fels (morphis) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in anbox-cloud: | |
status: | In Progress → Fix Committed |
Changed in anbox-cloud: | |
status: | Fix Committed → Fix Released |