Skip to content

Commit 5ca3ed5

Browse files
committed
corrected diagram
1 parent b8b85cc commit 5ca3ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite-web-sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ sequenceDiagram
2424
participant b as Backend
2525
participant a as API
2626
27-
alt uuid exists in query params
27+
alt completely new session
2828
f -->> b: /start
2929
b -->> a: /omni/start
3030
a -->> b: {token, interviewId}
3131
note over b: Generate uuid
3232
note over b: Save Session<br>{token, interviewId, uuid}
3333
b-->> f: {token, interviewId, uuid}
34-
else completely new session
34+
else uuid comes in query params
3535
f -->> b: /start?uuid=<uuid>
3636
note over b: Retrieve stored Session<br>{token, interviewId, uuid}
3737
b-->> f: {token, interviewId, uuid}

0 commit comments

Comments
 (0)