---
title: activeVideoCallSourceView
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avpictureinpicturecontroller/contentsource-swift.class/activevideocallsourceview
---

# activeVideoCallSourceView

The view that contains the video content of the call.

## Declaration

```swift
weak var activeVideoCallSourceView: UIView? { get }
```

## Discussion

Discussion The controller uses this view’s layout frame and visibility to determine whether or not Picture in Picture begins automatically when the app moves to the background. The view’s layout frame also influences the animation when entering and exiting Picture in Picture.

## See Also

### Accessing the Active Call Presentation

- [activeVideoCallContentViewController](avkit/avpictureinpicturecontroller/contentsource-swift.class/activevideocallcontentviewcontroller.md)
- [AVPictureInPictureVideoCallViewController](avkit/avpictureinpicturevideocallviewcontroller.md)
