临时提交

pull/1642/head
648540858 2024-09-25 15:47:41 +08:00
parent 76d3a5d8e4
commit af7873a62c
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public class ByeRequestProcessor extends SIPRequestProcessorParent implements In
if (platform != null) {
redisCatchStorage.sendPlatformStopPlayMsg(sendRtpItem, platform, channel);
if (!userSetting.getServerId().equals(sendRtpItem.getServerId())) {
redisRpcService.stopSendRtp(sendRtpItem.getChannelId());
redisRpcService.stopSendRtp(sendRtpItem.getCallId());
sendRtpServerService.deleteByCallId(sendRtpItem.getCallId());
}else {
MediaServer mediaServer = mediaServerService.getOne(sendRtpItem.getMediaServerId());