mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: release recorder endpoint HubPort on recording stop
parent
c6953233ff
commit
b2ec5ccb10
|
@ -94,6 +94,7 @@ public class CompositeWrapper {
|
|||
log.info("Recording stopped event for audio-only RecorderEndpoint of Composite in session {}",
|
||||
session.getSessionId());
|
||||
recorderEndpoint.release();
|
||||
compositeToRecorderHubPort.release();
|
||||
stopLatch.countDown();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue