Skip to content

Commit b6f6900

Browse files
SimonWoolfAndyTWF
andauthored
Update ably.d.ts
Co-authored-by: Andy Ford <andy.ford@ably.com>
1 parent 06b1d60 commit b6f6900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ably.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2048,7 +2048,7 @@ export declare interface RealtimePresence {
20482048
*/
20492049
export declare interface RealtimeAnnotations {
20502050
/**
2051-
* Registers a listener that is called each time an {@link Annotation} matching a given refType.
2051+
* Registers a listener that is called each time an {@link Annotation} matching a given refType is received on the channel.
20522052
* Note that if you want to receive individual realtime annotations (instead of just the rolled-up summaries), you will need to request the annotation_subscribe ChannelMode in ChannelOptions, since they are not delivered by default. In general, most clients will not bother with subscribing to individual annotations, and will instead just look at the summary updates.
20532053
*
20542054
* @param refType - A specific refType string or an array of them to register the listener for.

0 commit comments

Comments
 (0)