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

# activeVideoCallContentViewController

The view controller that presents the video call content.

## Declaration

```swift
var activeVideoCallContentViewController: AVPictureInPictureVideoCallViewController { get }
```

## Discussion

Discussion This view controller may indicate a preferred content size which influences the aspect ratio and the size of the Picture in Picture window. The view it presents isn’t interactive and doesn’t receive touches or user input. When this view controller’s appearance methods indicate that its view is on screen, place the video call content view in the controller’s view hierarchy. The content must fill the bounds of the view controller’s view. Although apps can choose to move content from their source view to this view controller, it’s also valid to show different views, as long as they represent the same video call.

## See Also

### Accessing the Active Call Presentation

- [activeVideoCallSourceView](avkit/avpictureinpicturecontroller/contentsource-swift.class/activevideocallsourceview.md)
- [AVPictureInPictureVideoCallViewController](avkit/avpictureinpicturevideocallviewcontroller.md)
