临时提交

dev/abl支持
648540858 2024-04-09 21:42:08 +08:00
parent 5457407601
commit 0077df29d4
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ public class MediaServerServiceImpl implements IMediaServerService {
calld = streamAuthorityInfo.getCallId(); calld = streamAuthorityInfo.getCallId();
} }
List<StreamInfo> streamInfoList = getMediaList(mediaInfo, app, stream, calld); List<StreamInfo> streamInfoList = getMediaList(mediaInfo, app, stream, calld);
if (streamInfoList.isEmpty()) { if (streamInfoList == null || streamInfoList.isEmpty()) {
return null; return null;
}else { }else {
return streamInfoList.get(0); return streamInfoList.get(0);