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

# change(with:completionHandler:)

## Declaration

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

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