chenqiyang
2024-07-17 be56723cce4cd60ddc144ebe6ac20607675b3006
HDLLinPhoneSDK(OC)/HDLLinPhoneSDK/HDLLinphoneIntercomVC.m
@@ -228,7 +228,8 @@
-(UIView *)videoView{
    if (_videoView == Nil) {
        _videoView =  [[UIView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, GetRealWidth(210))];
        _videoView.backgroundColor = UIColor.lightGrayColor;
//        _videoView.backgroundColor = UIColor.lightGrayColor;
        _videoView.backgroundColor = UIColor.blackColor;
        _videoView.layer.shadowColor = [UIColor colorWithRed:0/255.0 green:0/255.0 blue:0/255.0 alpha:0.25].CGColor;
        _videoView.layer.shadowOffset = CGSizeMake(0,0.5);
        _videoView.layer.shadowOpacity = 1;