code review

pull/1067/head
chenzhangyue 2023-09-10 17:55:58 +08:00
parent 0222a1e70d
commit c38ffe3786
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ public class InviteRequestProcessor extends SIPRequestProcessorParent implements
hookEvent.run(code, msg, data);
} else if (code == InviteErrorCode.ERROR_FOR_SIGNALLING_TIMEOUT.getCode()
|| code == InviteErrorCode.ERROR_FOR_STREAM_TIMEOUT.getCode()) {
logger.info("[录像下载]超时, 用户:{} 通道:{}", username, channelId);
logger.info("[上级响应Invite]超时, 用户:{} 通道:{}", username, channelId);
redisCatchStorage.deleteSendRTPServer(platform.getServerGBId(), channelId, callIdHeader.getCallId(), null);
errorEvent.run(code, msg, data);
} else {