Fixes to WebRTC capa

This commit is contained in:
Thulinma 2023-10-12 10:44:00 +02:00
parent 4d3f86aec1
commit 9b83002e69
3 changed files with 14 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -185,7 +185,11 @@ var MistUtil = {
break;
}
case "webrtc": {
return "WebRTC";
return "WebRTC (WS)";
break;
}
case "whep": {
return "WebRTC (WHEP)";
break;
}
case "silverlight": {