Skip to content

Instantly share code, notes, and snippets.

@Nazmul56
Last active April 7, 2020 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nazmul56/1b5d9294929893547c2ab5d25eb55c5d to your computer and use it in GitHub Desktop.
Save Nazmul56/1b5d9294929893547c2ab5d25eb55c5d to your computer and use it in GitHub Desktop.
⎡‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾⎤
⎢ Peer to Peer Connection ⎥
⎣__________________________⎦
_______________________________________________________________________
Patient App | Dr App
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
CallActivity ————————————————————————————————▶︎ Incoming Activity
Accept Call
|
Call Activity Open
|
PeerConnectionClient <——Send Offer—————————— PeerConnectionClient
(Set Offer) (Set Candidate) (Create Offer) (Candidate)
|
(Create Answer ) ————Send Answer ——————————> (Set Answer)
|
(Candidate) ————— Send Candidate ———————> (Set Candidate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment