Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initialized the answer object #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion webrtc/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Paste peerA.js content in first browser dev tools
Copy the SDP offer generated JSON
Got to the second browser and create "offer" object and set it to the SDP you copied (signled)
Paste peerB.js content in second browser dev tools
Go back to First browser (peer A) and paste the content of peerA_Final.js
Copy the SDP that u have revived.
Go back to First browser (peer A) and create object "answer" and set it to the SDP u copied.
and now paste the content of peerA_Final.js
use sendChannel.send() to send data from peerA
use remoteConnection.channel.send() to send data from peerB

Expand Down