优化对讲释放流程

This commit is contained in:
648540858
2023-08-17 15:20:25 +08:00
parent 983c7c351f
commit d9cfe061b9

View File

@@ -188,6 +188,8 @@ public class ByeRequestProcessor extends SIPRequestProcessorParent implements In
String mediaServerId = ssrcTransaction.getMediaServerId();
platformService.stopBroadcast(platform, channel, ssrcTransaction.getStream(), false,
mediaServerService.getOne(mediaServerId));
playService.stopAudioBroadcast(channel.getDeviceId(), channel.getChannelId());
}
}else {