---
title: INCallGroup
framework: intents
role: symbol
role_heading: Class
path: intents/incallgroup
---

# INCallGroup

The details of a group call handled by your app.

## Declaration

```swift
class INCallGroup
```

## Overview

Overview An INCallGroup object stores details that the user contributed to your app about a group call. Use call group objects to communicate general information about group calls to SiriKit. An INCallGroup identifies the calls group name and unique group ID.

## Topics

### Initializers

- [init(coder:)](intents/incallgroup/init(coder:).md)
- [init(groupName:groupId:)](intents/incallgroup/init(groupname:groupid:).md)

### Instance Properties

- [groupId](intents/incallgroup/groupid.md)
- [groupName](intents/incallgroup/groupname.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.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

### Describing a Call

- [INCallRecord](intents/incallrecord.md)
- [INCallRecordFilter](intents/incallrecordfilter.md)
- [INCallRecordType](intents/incallrecordtype.md)
- [INCallRecordTypeOptions](intents/incallrecordtypeoptions.md)
- [INCallDestinationType](intents/incalldestinationtype.md)
