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/pages/docs/api/realtime-sdk/history.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ A static factory method to create a [`Message`](/docs/api/realtime-sdk/types#mes
329
329
| Parameter | Description | Type |
330
330
|-----------|-------------|------|
331
331
| encodedMsg | a `Message`-like deserialized object. |`Object`|
332
-
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library can decrypt the data. |`Object`|
332
+
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library to decrypt the data. |`Object`|
333
333
334
334
##### Returns
335
335
@@ -350,7 +350,7 @@ A static factory method to create an array of [`Messages`](/docs/api/realtime-sd
350
350
| Parameter | Description | Type |
351
351
|-----------|-------------|------|
352
352
| encodedMsgs | an array of `Message`-like deserialized objects. |`Array`|
353
-
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library can decrypt the data. |`Object`|
353
+
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library to decrypt the data. |`Object`|
354
354
355
355
##### Returns
356
356
@@ -390,7 +390,7 @@ A static factory method to create a [`PresenceMessage`](/docs/api/realtime-sdk/t
390
390
| Parameter | Description | Type |
391
391
|-----------|-------------|------|
392
392
| encodedPresMsg | a `PresenceMessage`-like deserialized object. |`Object`|
393
-
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library can decrypt the data. |`Object`|
393
+
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library to decrypt the data. |`Object`|
394
394
395
395
##### Returns
396
396
@@ -411,7 +411,7 @@ A static factory method to create an array of [`PresenceMessages`](/docs/api/rea
411
411
| Parameter | Description | Type |
412
412
|-----------|-------------|------|
413
413
| encodedPresMsgs | an array of `PresenceMessage`-like deserialized objects. |`Array`|
414
-
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library can decrypt the data. |`Object`|
414
+
| channelOptions | an optional [`ChannelOptions`](/docs/api/realtime-sdk/types#channel-options). If you have an encrypted channel, use this to allow the library to decrypt the data. |`Object`|
0 commit comments