临时提交

This commit is contained in:
lin
2025-11-08 22:40:27 +08:00
parent b2f9492cc8
commit 6de70ccdd5
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ public class RedisRpcServiceImpl implements IRedisRpcService {
}
@Override
public WVPResult startSendRtp(String callId, SendRtpInfo sendRtpItem) {
public WVPResult<?> startSendRtp(String callId, SendRtpInfo sendRtpItem) {
log.info("[请求其他WVP] 开始推流wvp{} {}/{}", sendRtpItem.getServerId(), sendRtpItem.getApp(), sendRtpItem.getStream());
RedisRpcRequest request = buildRequest("sendRtp/startSendRtp", callId);
request.setToId(sendRtpItem.getServerId());