Skip to content

Channel Models

ChannelBinding

Bases: BaseModel

A channel's attachment to a room.

ChannelCapabilities

Bases: BaseModel

What a channel can do.

ChannelOutput

Bases: BaseModel

Output produced by a channel after receiving an event.

empty classmethod

empty()

Create an empty output with no responses or side effects.

RateLimit

Bases: BaseModel

Rate limiting configuration for a channel.

RetryPolicy

Bases: BaseModel

Configures retry behaviour for channel delivery.