1078-双向对讲
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user