完善支持语音对讲talk

This commit is contained in:
648540858
2023-02-19 12:46:53 +08:00
parent a209d17390
commit 663130df45
26 changed files with 457 additions and 341 deletions

View File

@@ -122,7 +122,7 @@ public class SipUtils {
}
public static String getNewCallId() {
return (int) Math.floor(Math.random() * 10000) + "";
return (int) Math.floor(Math.random() * 1000000000) + "";
}
public static int getTypeCodeFromGbCode(String deviceId) {