Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ Describes the properties of the channel state.
| Method / Property | Parameter | Returns | Spec | Description |
|---|---|---|---|---|
| attachSerial: String ||| CP2a | Starts unset when a channel is instantiated, then updated with the `channelSerial` from each [`ATTACHED`]{@link ChannelState#ATTACHED} event that matches the channel. Used as the value for [`untilAttach`]{@link RealtimeChannel#history}. |
| channelSerial: String ||| CP2b | Updated by the framework whenever there is some activity on the channel (user message received, presence updated or a channel attached). |

## class PushChannel

Expand Down