[集群] 修复语音对讲支持

dev/数据库统合
648540858 2025-01-21 17:45:48 +08:00
parent 5f07db7ed4
commit 0cde02c397
1 changed files with 1 additions and 1 deletions

View File

@ -1247,7 +1247,7 @@ public class PlayServiceImpl implements IPlayService {
throw new ControllerException(ErrorCode.ERROR400.getCode(), "未找到通道: " + channelDeviceId);
}
if (!userSetting.getServerId().equals(device.getDeviceId())) {
if (!userSetting.getServerId().equals(device.getServerId())) {
return redisRpcPlayService.audioBroadcast(device.getServerId(), deviceId, channelDeviceId, broadcastMode);
}
log.info("[语音喊话] device {}, channel: {}", device.getDeviceId(), deviceChannel.getDeviceId());