<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARSession/CollaborationData",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:objc(cs)ARCollaborationData"
  },
  "title" : "ARSession.CollaborationData"
}
-->

# ARSession.CollaborationData

An object that holds information that a user has collected about the physical environment.

```
class CollaborationData
```

## Overview

To create a multiuser AR experience, you enable collaboration on a world tracking session. ARKit regularly outputs [`ARSession.CollaborationData`](/documentation/ARKit/ARSession/CollaborationData) that users share with each other, which enables everyone to view the same virtual content from their own perspective. For more information, see [`isCollaborationEnabled`](/documentation/ARKit/ARWorldTrackingConfiguration/isCollaborationEnabled).

## Topics

### Observing Priority

[`priority`](/documentation/ARKit/ARSession/CollaborationData/priority-swift.property)

A property that gives you a hint about how to send a given data instance over the network.

[`ARSession.CollaborationData.Priority`](/documentation/ARKit/ARSession/CollaborationData/Priority-swift.enum)

Options that help you choose the appropriate network protocol or settings for a given data instance.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)