<!--
{
  "availability" : [
    "iOS: 14.5.0 -",
    "iPadOS: 14.5.0 -",
    "macCatalyst: 14.5.0 -",
    "macOS: 11.3.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCallGroup/init(groupName:groupId:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INCallGroup(im)initWithGroupName:groupId:"
  },
  "title" : "init(groupName:groupId:)"
}
-->

# init(groupName:groupId:)

Creates a call record with the group details.

```
init(groupName: String?, groupId: String?)
```

## Parameters

`groupName`

The name contributed the user to their group call. This field can be `nil`.

`groupId`

A unique identifier that disguishes call groups. This field can be `nil`.

## Return Value

An initialized [`INCallGroup`](/documentation/Intents/INCallGroup) object or `nil` if the user did not initialize the object.

---

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)