openvidu-server: fix typo

pull/419/head
pabloFuente 2020-03-29 21:24:16 +02:00
parent c43f211dd1
commit 60fca4021c
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ public class SessionRestController {
if (session != null) {
if (!(MediaMode.ROUTED.equals(session.getSessionProperties().mediaMode()))
|| 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);
} else {
// Session is not active (no connected participants)