临时提交

This commit is contained in:
648540858
2024-09-03 18:00:35 +08:00
parent de0ad2b32e
commit fa47f619ba
40 changed files with 472 additions and 720 deletions

View File

@@ -244,7 +244,7 @@ public class ApiStreamController {
return result;
}
inviteStreamService.removeInviteInfo(inviteInfo);
deviceChannelService.stopPlay(inviteInfo.getDeviceId(), inviteInfo.getChannelId());
deviceChannelService.stopPlay(inviteInfo.getChannelId());
return null;
}