---
title: "change(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterchannel/change(with:completion:)"
---

# change(with:completion:)

## Declaration

```swift
func change(with params: MTRChannelClusterChangeChannelParams, completion: @escaping @Sendable (MTRChannelClusterChangeChannelResponseParams?, (any Error)?) -> Void)
```

```swift
func change(with params: MTRChannelClusterChangeChannelParams) async throws -> MTRChannelClusterChangeChannelResponseParams
```
