萤石云 iOSSDK,移植跨平台相关工程
Davin
2023-06-30 3e4be5ed4d2c0395dd60e392baf86c59762059b1
EZSDK/EZSDK/EZ/TempPassword/Views/HDLEZVideoDoorToolView.m
@@ -163,6 +163,12 @@
    self.hangUpButton.hidden = !isRing;
}
/// 设置清晰度调节
/// - Parameter isSupport: 是否支持调整清晰度
- (void)supportVideoLevelChange:(BOOL)isSupport {
    self.qualityButton.userInteractionEnabled = isSupport;
}
#pragma mark - PrivateMethod
- (void)hangUpAction {
    if (self.fullOperation) {
@@ -190,6 +196,8 @@
//    }
    self.qualityButton.selected = !self.qualityButton.selected;
    self.qualityBox.hidden = !self.qualityButton.selected;
    self.hangUpButton.enabled = !self.qualityButton.selected;
    self.hangUpButton.alpha = self.qualityButton.selected ? 0.5 : 1;
}
- (void)fullSceneAction {