Commit 334cd2b
feat: add support for broadcast replay configuration (#1242)
* feat: add support for broadcast replay configuration
Added ReplayOption class and replay field to RealtimeChannelConfig
to support configuring broadcast replay with 'since' timestamp and optional
'limit' parameter. Broadcast callbacks will automatically receive meta field
with replayed status and message id when replay is enabled.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* docs: improve docs for broadcast replay
---------
Co-authored-by: Claude <[email protected]>1 parent 06c35ba commit 334cd2b
1 file changed
+36
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
141 | 164 | | |
142 | 165 | | |
143 | 166 | | |
144 | 167 | | |
145 | 168 | | |
146 | 169 | | |
147 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
148 | 174 | | |
149 | 175 | | |
150 | 176 | | |
| |||
157 | 183 | | |
158 | 184 | | |
159 | 185 | | |
| 186 | + | |
160 | 187 | | |
161 | 188 | | |
162 | 189 | | |
163 | 190 | | |
164 | 191 | | |
165 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
166 | 201 | | |
167 | 202 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
| 203 | + | |
172 | 204 | | |
173 | 205 | | |
174 | 206 | | |
| |||
0 commit comments