mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: Kms#getNumberOfRecordings
parent
a35b8399a4
commit
396b620e04
|
@ -270,6 +270,10 @@ public class Kms {
|
|||
.reduce(0, Integer::sum);
|
||||
}
|
||||
|
||||
public int getNumberOfRecordings() {
|
||||
return this.activeRecordings.size();
|
||||
}
|
||||
|
||||
public int getNumberOfComposedRecordings() {
|
||||
return this.activeComposedRecordings.intValue();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue