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