Contents

SystemCoordinator.Configuration

A structure that specifies your app’s support for activities that take place in a shared simulation space.

Declaration

struct Configuration

Overview

A SystemCoordinator.Configuration structure stores your app’s preferences for the creation and arrangement of spatial Personas in a FaceTime call. Use this type to tell the system that you support activities that take place in one of your app’s immersive spaces, and how you want the system to arrange spatial Personas around your app’s content. To create a shared simulation space for your activity, set the supportsGroupImmersiveSpace property to true.

To specify your app’s preferences, create a new SystemCoordinator.Configuration structure with those preferences and assign it to the configuration property of your SystemCoordinator object. Assign this value before you join the session for the activity.

Topics

Creating a configuration structure

Specifying spatial position preferences

Supporting activities in immersive spaces

See Also

Configuring the system coordinator