@mindly/ui-components 3.7.3 → 3.7.4

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.
@@ -25,9 +25,9 @@ declare type VideoCallSwitchDevice = {
25
25
  */
26
26
  disableDeviceHandler?: () => void;
27
27
  /**
28
- * If device enabled: true, if muted: false
28
+ * If device disabled - false, in another way - true
29
29
  */
30
- isActive?: boolean;
30
+ isDisabled?: boolean;
31
31
  };
32
32
  declare const SwitchDeviceCard: React.FC<VideoCallSwitchDevice>;
33
33
  export default SwitchDeviceCard;