frontend: temporarily disable recording preferences steps in room creation wizard
This commit is contained in:
parent
aa2c07f384
commit
04be9c583b
@ -259,7 +259,8 @@ export class RoomWizardStateService {
|
|||||||
private updateStepsVisibility(): void {
|
private updateStepsVisibility(): void {
|
||||||
const currentSteps = this._steps();
|
const currentSteps = this._steps();
|
||||||
const currentOptions = this._roomOptions();
|
const currentOptions = this._roomOptions();
|
||||||
const recordingEnabled = currentOptions.preferences?.recordingPreferences.enabled ?? false;
|
// TODO: Uncomment when recording preferences are implemented
|
||||||
|
const recordingEnabled = false; // currentOptions.preferences?.recordingPreferences.enabled ?? false;
|
||||||
|
|
||||||
// Update recording steps visibility based on recordingEnabled
|
// Update recording steps visibility based on recordingEnabled
|
||||||
const updatedSteps = currentSteps.map((step) => {
|
const updatedSteps = currentSteps.map((step) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user