Update API Call Flow (Web) authored by Sandeep Poojary's avatar Sandeep Poojary
```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.
......
......