diff --git a/webrtc/readme.txt b/webrtc/readme.txt index 6c3b4fc8..ba394b01 100644 --- a/webrtc/readme.txt +++ b/webrtc/readme.txt @@ -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