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
Copy file name to clipboardExpand all lines: src/core/room.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -316,7 +316,7 @@ export interface Room {
316
316
*
317
317
* **Note**:
318
318
* - Discontinuities require fetching missed messages via history.
319
-
* - Message subscriptions automatically reset their position on discontinuity.
319
+
* - Message subscriptions automatically reset their position on discontinuity, see {@link MessageSubscriptionResponse.historyBeforeSubscribe} for more information.
320
320
* - You should subscribe to discontinuities before attaching to the room.
321
321
* @param handler - Callback invoked when a discontinuity is detected
322
322
* @returns Subscription object with an unsubscribe method
0 commit comments