添加第二种语音对讲实现
This commit is contained in:
@@ -113,4 +113,7 @@ public class SipUtils {
|
||||
return builder.toString();
|
||||
}
|
||||
|
||||
public static String getNewCallId() {
|
||||
return (int) Math.floor(Math.random() * 10000) + "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user