---
title: CXSetGroupCallAction
framework: callkit
role: symbol
role_heading: Class
path: callkit/cxsetgroupcallaction
---

# CXSetGroupCallAction

An encapsulation of the act of grouping or ungrouping calls.

## Declaration

```swift
class CXSetGroupCallAction
```

## Overview

Overview CXSetGroupCallAction is a concrete subclass of CXCallAction. When the user or the system groups a call with another call, the provider sends provider(_:perform:) to its delegate. The provider’s delegate calls the 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:)](callkit/cxsetgroupcallaction/init(call:calluuidtogroupwith:).md)
- [init(coder:)](callkit/cxsetgroupcallaction/init(coder:).md)

### Accessing Action Attributes

- [callUUIDToGroupWith](callkit/cxsetgroupcallaction/calluuidtogroupwith.md)

### Initializers

- [init(callUUID:callUUIDToGroupWith:)](callkit/cxsetgroupcallaction/init(calluuid:calluuidtogroupwith:).md)

## Relationships

### Inherits From

- [CXCallAction](callkit/cxcallaction.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Call-related actions

- [CXAction](callkit/cxaction.md)
- [CXCallAction](callkit/cxcallaction.md)
- [CXEndCallAction](callkit/cxendcallaction.md)
- [CXPlayDTMFCallAction](callkit/cxplaydtmfcallaction.md)
- [CXSetHeldCallAction](callkit/cxsetheldcallaction.md)
- [CXSetMutedCallAction](callkit/cxsetmutedcallaction.md)
- [CXSetTranslatingCallAction](callkit/cxsettranslatingcallaction.md)
