| | |
| | | self.hangUpButton.hidden = !isRing; |
| | | } |
| | | |
| | | /// 设置清晰度调节 |
| | | /// - Parameter isSupport: 是否支持调整清晰度 |
| | | - (void)supportVideoLevelChange:(BOOL)isSupport { |
| | | self.qualityButton.userInteractionEnabled = isSupport; |
| | | } |
| | | |
| | | #pragma mark - PrivateMethod |
| | | - (void)hangUpAction { |
| | | if (self.fullOperation) { |
| | |
| | | // } |
| | | 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 { |