<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CallKit",
  "identifier" : "/documentation/CallKit/CXSetGroupCallAction",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CXSetGroupCallAction"
  },
  "title" : "CXSetGroupCallAction"
}
-->

# CXSetGroupCallAction

An encapsulation of the act of grouping or ungrouping calls.

```
class CXSetGroupCallAction
```

## Overview

[`CXSetGroupCallAction`](/documentation/CallKit/CXSetGroupCallAction) is a concrete subclass of [`CXCallAction`](/documentation/CallKit/CXCallAction). When the user or the system groups a call with another call, the provider sends [`provider(_:perform:)`](/documentation/CallKit/CXProviderDelegate/provider(_:perform:)-9masw) to its delegate. The provider’s delegate calls the [`fulfill()`](/documentation/CallKit/CXAction/fulfill()) method to indicate that the action was successfully performed. A group call allows more than two recipients to simultaneously communicate with one another.

## Topics

### Creating New Actions

[`init(call:callUUIDToGroupWith:)`](/documentation/CallKit/CXSetGroupCallAction/init(call:callUUIDToGroupWith:))

Initializes a new action for a call identified by a given UUID, as well as a call to group with identified by another UUID.

[`init(coder:)`](/documentation/CallKit/CXSetGroupCallAction/init(coder:))

Creates a new action to group calls with data in an unarchiver.

### Accessing Action Attributes

[`callUUIDToGroupWith`](/documentation/CallKit/CXSetGroupCallAction/callUUIDToGroupWith)

The unique identifier of the call to be grouped with the call associated with the receiver.



---

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)