mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: activeRecordings to recordingIds
parent
c4ca3863ce
commit
5000bdfcde
|
@ -194,7 +194,7 @@ public class Kms {
|
||||||
for (String recordingId : this.activeRecordings.keySet()) {
|
for (String recordingId : this.activeRecordings.keySet()) {
|
||||||
activeRecordingsJson.add(recordingId);
|
activeRecordingsJson.add(recordingId);
|
||||||
}
|
}
|
||||||
json.add("activeRecordings", activeRecordingsJson);
|
json.add("recordingIds", activeRecordingsJson);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (withExtraInfo) {
|
if (withExtraInfo) {
|
||||||
|
|
Loading…
Reference in New Issue