You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies which summarization methods unidentified clients may use.
Describes how to require that all clients are identified via the
Identified channel rule.
Copy file name to clipboardExpand all lines: src/pages/docs/messages/annotations.mdx
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -295,6 +295,12 @@ If the same client publishes an annotation of a given type to the same message t
295
295
}
296
296
```
297
297
298
+
<Asidedata-type="note">
299
+
[Unidentified](/docs/auth/identified-clients#unidentified) clients can publish `total.v1` annotations.
300
+
301
+
You can use the Identified [channel rule](/docs/channels#rules) to prevent unidentified clients from publishing annotations.
302
+
</Aside>
303
+
298
304
299
305
### Flag
300
306
@@ -314,7 +320,7 @@ A given client can contribute to the summary only once per [annotation type](#an
314
320
```
315
321
316
322
<Asidedata-type="note">
317
-
You must specify a `clientId`in the [client options](/docs/api/realtime-sdk#client-options) to publish `flag.v1` annotations.
323
+
Clients must be [identified](/docs/auth/identified-clients) to publish `flag.v1` annotations.
318
324
</Aside>
319
325
320
326
@@ -342,7 +348,7 @@ A given client can contribute to the summary for a particular annotation `name`
342
348
[Deleting](#delete) an annotation removes the `clientId` from the list of clients that contributed to the summary for that `name`, and decrements the total count for that `name`.
343
349
344
350
<Asidedata-type="note">
345
-
You must specify a `clientId`in the [client options](/docs/api/realtime-sdk#client-options) to publish `distinct.v1` annotations.
351
+
Clients must be [identified](/docs/auth/identified-clients) to publish `distinct.v1` annotations.
346
352
</Aside>
347
353
348
354
### Unique
@@ -369,7 +375,7 @@ A given client can contribute to the summary for a particular annotation `name`
369
375
[Deleting](#delete) an annotation removes the `clientId` from the list of clients that contributed to the summary for that `name`, and decrements the total count for that `name`.
370
376
371
377
<Asidedata-type="note">
372
-
You must specify a `clientId`in the [client options](/docs/api/realtime-sdk#client-options) to publish `unique.v1` annotations.
378
+
Clients must be [identified](/docs/auth/identified-clients) to publish `unique.v1` annotations.
373
379
</Aside>
374
380
375
381
### Multiple
@@ -404,3 +410,9 @@ If a client specifies a `count` when publishing an annotation, the client's cont
404
410
```
405
411
406
412
[Deleting](#delete) an annotation removes all contributions made by that `clientId` for that `name`.
413
+
414
+
<Asidedata-type="note">
415
+
[Unidentified](/docs/auth/identified-clients#unidentified) clients can publish `multiple.v1` annotations.
416
+
417
+
You can use the Identified [channel rule](/docs/channels#rules) to prevent unidentified clients from publishing annotations.
0 commit comments