odaptos_design_system 2.0.61 → 2.0.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12600,7 +12600,7 @@ const ControlsBar = ({
12600
12600
  disabled: disabledEndInterview,
12601
12601
  onClick: () => endInterview(),
12602
12602
  icon: /*#__PURE__*/React__default.createElement(HangUpIcon, null)
12603
- }), !isInterviewer && screenShareText && enableScreenSharing && /*#__PURE__*/React__default.createElement(InterviewButton, {
12603
+ }), (!isInterviewer || !isModerated) && screenShareText && enableScreenSharing && /*#__PURE__*/React__default.createElement(InterviewButton, {
12604
12604
  id: "odaptos_screen_share",
12605
12605
  text: screenShareText,
12606
12606
  variant: "screenshare",