123333
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user