WebRTC/Test Plan/Peer Connection: Difference between revisions

Jump to navigation Jump to search
Line 32: Line 32:
==== Typical Handshake ====
==== Typical Handshake ====


# PC 1 calls createOffer
# Local PC calls createOffer
# PC 1 calls setLocalDescription with that offer from step #1
# Local PC calls setLocalDescription with that offer from step #1
# PC 2 calls setRemoteDescription with that offer from step #1
# Remote PC calls setRemoteDescription with that offer from step #1
# PC 2 calls createAnswer
# Remote PC calls createAnswer
# PC 2 calls setLocalDescription with that answer from step #4
# Remote PC calls setLocalDescription with that answer from step #4
# PC 1 calls setRemoteDescription with that answer from step #4
# Local PC calls setRemoteDescription with that answer from step #4
 
==== Media Flow ====
 
Media flow is validated based off of streams by


== Localhost Real Stream Test Cases ==
== Localhost Real Stream Test Cases ==
Confirmed users
2,959

edits

Navigation menu