临时提交
This commit is contained in:
@@ -120,7 +120,7 @@ public class ByeRequestProcessor extends SIPRequestProcessorParent implements In
|
|||||||
if (platform != null) {
|
if (platform != null) {
|
||||||
redisCatchStorage.sendPlatformStopPlayMsg(sendRtpItem, platform, channel);
|
redisCatchStorage.sendPlatformStopPlayMsg(sendRtpItem, platform, channel);
|
||||||
if (!userSetting.getServerId().equals(sendRtpItem.getServerId())) {
|
if (!userSetting.getServerId().equals(sendRtpItem.getServerId())) {
|
||||||
redisRpcService.stopSendRtp(sendRtpItem.getChannelId());
|
redisRpcService.stopSendRtp(sendRtpItem.getCallId());
|
||||||
sendRtpServerService.deleteByCallId(sendRtpItem.getCallId());
|
sendRtpServerService.deleteByCallId(sendRtpItem.getCallId());
|
||||||
}else {
|
}else {
|
||||||
MediaServer mediaServer = mediaServerService.getOne(sendRtpItem.getMediaServerId());
|
MediaServer mediaServer = mediaServerService.getOne(sendRtpItem.getMediaServerId());
|
||||||
|
|||||||
Reference in New Issue
Block a user