优化对讲释放流程
This commit is contained in:
@@ -188,6 +188,8 @@ public class ByeRequestProcessor extends SIPRequestProcessorParent implements In
|
|||||||
String mediaServerId = ssrcTransaction.getMediaServerId();
|
String mediaServerId = ssrcTransaction.getMediaServerId();
|
||||||
platformService.stopBroadcast(platform, channel, ssrcTransaction.getStream(), false,
|
platformService.stopBroadcast(platform, channel, ssrcTransaction.getStream(), false,
|
||||||
mediaServerService.getOne(mediaServerId));
|
mediaServerService.getOne(mediaServerId));
|
||||||
|
|
||||||
|
playService.stopAudioBroadcast(channel.getDeviceId(), channel.getChannelId());
|
||||||
}
|
}
|
||||||
|
|
||||||
}else {
|
}else {
|
||||||
|
|||||||
Reference in New Issue
Block a user