Last active
March 30, 2020 13:24
-
-
Save Nazmul56/cb334c97102ae18a123da5de858ef176 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Call Establishment Problem | |
——————————————————————————— | |
Patient App Dr App | |
——————————————————————————————————————————————————————————————————————— | |
CallActivity ———————————————————————————————> Incoming Activity | |
| | |
Accept Call | |
| | |
Call Activity Open | |
| | |
PeerConnectionClient <——Send Offer—————————— PeerConnectionClient | |
(Set Offer) (Create Offer) (Candidate) | |
| | |
(Create Answer ) ————Send Answer —X—X—X———> (Answer Doesn’t get) | |
| | |
(Candidate) ————— Send Candidate —X—X—> (Candidate Doesn’t get) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment