添加第二种语音对讲实现

This commit is contained in:
648540858
2022-09-29 16:27:59 +08:00
parent ebe8667b13
commit 06bbe3fe01
29 changed files with 882 additions and 582 deletions

View File

@@ -113,4 +113,7 @@ public class SipUtils {
return builder.toString();
}
public static String getNewCallId() {
return (int) Math.floor(Math.random() * 10000) + "";
}
}