1078-双向对讲

This commit is contained in:
648540858
2024-05-29 16:55:07 +08:00
parent 01fbf102c2
commit 87ecf68332
9 changed files with 143 additions and 44 deletions

View File

@@ -0,0 +1,8 @@
package com.genersoft.iot.vmp.jt1078.util;
public class SSRCUtil {
public static String randomSSRC(){
return String.format("%010d", Math.round(Math.random()*10000000000L));
}
}