getCameraAlpha method

double getCameraAlpha()

Implementation

double getCameraAlpha() {
  if (isHost() || isCoHost()) return 1.0;
  return isVideoPermissionEnable ? 1.0 : 0.5;
}