mirror of https://github.com/OpenVidu/openvidu.git
ov-components: Fixed wrong initialize value in show recordings directive
parent
7bf0e0036c
commit
1403d062e9
|
@ -362,7 +362,7 @@ export class OpenViduComponentsConfigService {
|
||||||
},
|
},
|
||||||
startStopButton: true,
|
startStopButton: true,
|
||||||
viewRecordingsButton: false,
|
viewRecordingsButton: false,
|
||||||
showRecordingsList: false
|
showRecordingsList: true
|
||||||
});
|
});
|
||||||
|
|
||||||
private adminConfig = this.createAdminConfigItem({
|
private adminConfig = this.createAdminConfigItem({
|
||||||
|
|
Loading…
Reference in New Issue