# CreateChannelResponse

Model ID: `CreateChannelResponse`

Response body for `telehealth.createChannel`.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `channel_id` | `string` | Yes |  |  |  | No | Opaque Agora channel identifier. Pass this value as `channel_id` to `telehealth.createPatientToken` and `telehealth.createProviderToken` to mint join tokens for the same channel. |
| `created_at` | `string` | No | date-time |  |  | No | UTC timestamp when the channel identifier was generated, in ISO 8601 date-time format. |

## Example

None declared in canonical OpenAPI.
