1919
2020namespace BigBlueButton \Parameters ;
2121
22- use BigBlueButton \Core \GuestPolicy ;
22+ use BigBlueButton \Enum \GuestPolicy ;
2323
2424/**
2525 * @method string getName()
@@ -506,7 +506,7 @@ public function isBreakout(): ?bool
506506 }
507507
508508 /**
509- * @deprecated use disabledFeatures instead
509+ * @deprecated and will be removed in 6.0. Use disabledFeatures instead
510510 * Backwards compatibility for the old method name with the missing 's' at the end
511511 */
512512 public function setLockSettingsDisableNote (bool $ isLockSettingsDisableNote ): self
@@ -517,7 +517,7 @@ public function setLockSettingsDisableNote(bool $isLockSettingsDisableNote): sel
517517 }
518518
519519 /**
520- * @deprecated use disabledFeatures instead
520+ * @deprecated and will be removed in 6.0. Use disabledFeatures instead
521521 * Backwards compatibility for the old method name with the missing 's' at the end
522522 */
523523 public function isLockSettingsDisableNote (): bool
@@ -526,7 +526,7 @@ public function isLockSettingsDisableNote(): bool
526526 }
527527
528528 /**
529- * @deprecated Use disabledFeatures instead
529+ * @deprecated and will be removed in 6.0. Use disabledFeatures instead
530530 */
531531 public function setLearningDashboardEnabled (bool $ learningDashboardEnabled ): self
532532 {
@@ -536,15 +536,15 @@ public function setLearningDashboardEnabled(bool $learningDashboardEnabled): sel
536536 }
537537
538538 /**
539- * @deprecated Use disabledFeatures instead
539+ * @deprecated and will be removed in 6.0. Use disabledFeatures instead
540540 */
541541 public function isLearningDashboardEnabled (): bool
542542 {
543543 return $ this ->learningDashboardEnabled ;
544544 }
545545
546546 /**
547- * @deprecated Use disabledFeatures instead
547+ * @deprecated and will be removed in 6.0. Use disabledFeatures instead
548548 */
549549 public function setVirtualBackgroundsDisabled (bool $ virtualBackgroundsDisabled ): self
550550 {
@@ -554,15 +554,15 @@ public function setVirtualBackgroundsDisabled(bool $virtualBackgroundsDisabled):
554554 }
555555
556556 /**
557- * @deprecated Use disabledFeatures instead
557+ * @deprecated and will be removed in 6.0. Use disabledFeatures instead
558558 */
559559 public function isVirtualBackgroundsDisabled (): bool
560560 {
561561 return $ this ->virtualBackgroundsDisabled ;
562562 }
563563
564564 /**
565- * @deprecated Use disabledFeatures instead
565+ * @deprecated and will be removed in 6.0. Use disabledFeatures instead
566566 */
567567 public function setBreakoutRoomsEnabled (bool $ breakoutRoomsEnabled ): self
568568 {
@@ -572,7 +572,7 @@ public function setBreakoutRoomsEnabled(bool $breakoutRoomsEnabled): self
572572 }
573573
574574 /**
575- * @deprecated Use disabledFeatures instead
575+ * @deprecated and will be removed in 6.0. Use disabledFeatures instead
576576 */
577577 public function isBreakoutRoomsEnabled (): bool
578578 {
0 commit comments