[*] 日常优化

This commit is contained in:
acgist
2023-06-14 07:50:56 +08:00
parent ebda8b0bbd
commit 4731c53d9d
4 changed files with 29 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ public class WebrtcTurnProperties extends WebrtcStunProperties {
@Schema(title = "密码", description = "密码")
private String password;
@Override
@Schema(title = "完整地址", description = "完整地址")
public String getAddress() {
return "turn:" + this.host + ":" + this.port;