<!--
{
  "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/init(call:callUUIDToGroupWith:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CXSetGroupCallAction(im)initWithCallUUID:callUUIDToGroupWith:"
  },
  "title" : "init(call:callUUIDToGroupWith:)"
}
-->

# 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(call callUUID: UUID, callUUIDToGroupWith: UUID?)
```

## Parameters

`callUUID`

The unique identifier for the associated [`CXCall`](/documentation/CallKit/CXCall) object of the action.

`callUUIDToGroupWith`

The unique identifier of a [`CXCall`](/documentation/CallKit/CXCall) object for the call associated with the action to group with.

    If     `nil`    , the the call associated with the receiver leaves any group it’s currently a member of.

## Return Value

A new action for the specified call UUID and call UUID to group with.

## Discussion

---

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)