We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b85cc commit 5ca3ed5Copy full SHA for 5ca3ed5
vite-web-sdk/README.md
@@ -24,14 +24,14 @@ sequenceDiagram
24
participant b as Backend
25
participant a as API
26
27
- alt uuid exists in query params
+ alt completely new session
28
f -->> b: /start
29
b -->> a: /omni/start
30
a -->> b: {token, interviewId}
31
note over b: Generate uuid
32
note over b: Save Session<br>{token, interviewId, uuid}
33
b-->> f: {token, interviewId, uuid}
34
- else completely new session
+ else uuid comes in query params
35
f -->> b: /start?uuid=<uuid>
36
note over b: Retrieve stored Session<br>{token, interviewId, uuid}
37
0 commit comments