Skip to content

Commit

Permalink
docs: browser refresh notes in README (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
spenlep-amzn authored Aug 24, 2024
1 parent f23564f commit 17e4b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ Applies only for `AgentChatSession`. See `connect.ChatSession.create()` for more
## Handle Browser Refresh
Reconnect to an active chat after refreshing the browser. Call the `CreateParticipantConnection` API on refresh with the same `ParticipantToken` generated from the initial `ShatChatContact` request.
Reconnect to an active chat after refreshing the browser. Call the `CreateParticipantConnection` API on refresh with the same `ParticipantToken` generated from the initial `StartChatContact` request.
### Reference
Expand Down Expand Up @@ -1004,4 +1004,4 @@ this.client.onMessage(data => {
}
});

```
```

0 comments on commit 17e4b2b

Please sign in to comment.