兼容海康信令问题 #493

This commit is contained in:
648540858
2022-05-26 13:45:57 +08:00
parent dc6769664e
commit 2a5404c68f
5 changed files with 31 additions and 14 deletions

View File

@@ -112,6 +112,13 @@ public class VideoStreamSessionManager {
}
public SsrcTransaction getSsrcTransaction(String deviceId, String channelId, String callId, String stream){
if (StringUtils.isEmpty(deviceId)) {
deviceId ="*";
}
if (StringUtils.isEmpty(channelId)) {
channelId ="*";
}
if (StringUtils.isEmpty(callId)) {
callId ="*";
}