Changes
Page history
Update API Call Flow (Web)
authored
Jan 22, 2021
by
Sandeep Poojary
Hide whitespace changes
Inline
Side-by-side
common/API-Call-Flow-(Web).md
View page @
27517a92
```
mermaid
graph TB
*(( ))
--create
--> Livechat2Api
*(( )) --> Livechat2Api
Livechat2Api --Omni Login --> api:login
api:login --> api:start
Livechat2Api --Custom Login --> api:setUserAuth
...
...
@@ -22,8 +22,6 @@ api:End --Normal End--> End
api:start-->evt:onStartFailed
evt:onStartFailed --> End
* --create--> CallSession
CallSession-->api:StartAV
```
*
Setting of event handlers has not been indicated in the diagram.
...
...
...
...