# clientChannels variable · @imqueue/datadog

Source: https://imqueue.org/api/datadog/latest/datadog.clientchannels/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/datadog 3.2.0 — generated reference, not hand-written

Channels carrying client-side (outgoing call) events.

**Signature:**

```typescript
clientChannels: {
    start: DDChannel;
    error: DDChannel;
    finish: DDChannel;
}
```

