feat: openvidu 수정
This commit is contained in:
parent
169c1bc9dc
commit
156955d847
@ -132,8 +132,9 @@ public class Controller {
|
||||
|
||||
videoSertvice.startOnline(userId, id);
|
||||
|
||||
System.out.println();
|
||||
|
||||
return ResponseEntity.ok(Map.of("joinroom token", token.toJwt()));
|
||||
return ResponseEntity.ok(Map.of("token", token.toJwt()));
|
||||
|
||||
}
|
||||
else if(findUser.getRole()==UserRole.STUDENT )// && lecture.isOnline() )
|
||||
|
Loading…
Reference in New Issue
Block a user