This commit is contained in:
张良(004796)
2024-03-07 15:21:46 +08:00
parent 3b7fb199f0
commit 52c87d65b4

View File

@@ -34,7 +34,7 @@ public class AgreeMessageHandle extends AbstractMessageHandle implements IMessag
@Override
public void processOn(Room room, FdCtxData fdCtxData, JSONObject map) {
if(!fdCtxData.isCaller()){
if(!fdCtxData.isReceiver()){
log.warn("调试日志: 只有接收方可以同意直播 roomId={}", room.getRoomId());
return;
}