We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e887859 commit afd9095Copy full SHA for afd9095
docs/Getting Started.md
@@ -76,7 +76,7 @@ let syncService = try await client.syncService().finish()
76
// Listen to room list updates.
77
let listener = AllRoomsListener()
78
let roomListService = syncService.roomListService()
79
-let handle = try await roomListService.allRooms().entries(listener: listener)
+let handle = try await roomListService.allRooms().entriesWithDynamicAdapters(pageSize: 100, listener: listener)
80
81
// Start the sync loop.
82
await syncService.start()
0 commit comments