mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: fix typo
parent
c43f211dd1
commit
60fca4021c
|
@ -500,7 +500,7 @@ public class SessionRestController {
|
||||||
if (session != null) {
|
if (session != null) {
|
||||||
if (!(MediaMode.ROUTED.equals(session.getSessionProperties().mediaMode()))
|
if (!(MediaMode.ROUTED.equals(session.getSessionProperties().mediaMode()))
|
||||||
|| this.recordingManager.sessionIsBeingRecorded(session.getSessionId())) {
|
|| this.recordingManager.sessionIsBeingRecorded(session.getSessionId())) {
|
||||||
// Session is not in ROUTED MediMode or it is already being recorded
|
// Session is not in ROUTED MediaMode or it is already being recorded
|
||||||
return new ResponseEntity<>(HttpStatus.CONFLICT);
|
return new ResponseEntity<>(HttpStatus.CONFLICT);
|
||||||
} else {
|
} else {
|
||||||
// Session is not active (no connected participants)
|
// Session is not active (no connected participants)
|
||||||
|
|
Loading…
Reference in New Issue