Skip to content

Commit 2ed2d6a

Browse files
save file
1 parent 9974ee5 commit 2ed2d6a

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

utils/webrtc/webrtc-file-transfer-http/webrtc-file-transfer-http.html

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
WebRTC File Transfer HTTP
1313
</title>
1414

15-
<meta name=description content=''>
15+
<meta name=description content='Securely transfer files in real time with our WebRTC‑powered online tool. Share documents, images, and more directly between browsers while chatting through the built‑in messaging interface — fast, private, and hassle‑free.'>
1616

1717
<base href='https://ext-code.com/utils/webrtc/file-transfer-http/'>
1818
<link rel=canonical href='https://ext-code.com/utils/webrtc/file-transfer-http/file-transfer.html'>
@@ -25,11 +25,11 @@
2525
"@context" : "https://schema.org",
2626
"@type" : "TechArticle",
2727
"headline" : "WebRTC File Transfer HTTP",
28-
"description" : "",
28+
"description" : "Securely transfer files in real time with our WebRTC‑powered online tool. Share documents, images, and more directly between browsers while chatting through the built‑in messaging interface — fast, private, and hassle‑free.",
2929
"author" : {"@type":"Person","name":"Matthew Richards"},
3030
"datePublished" : "2025-12-02",
3131
"dateModified" : "2025-12-02",
32-
"mainEntityOfPage" : {"@type":"WebPage","@id":"https://ext-code.com/utils/webrtc/file-transfer-http/file-transfer.html"},
32+
"mainEntityOfPage" : {"@type":"WebPage","@id":"https://ext-code.com/utils/webrtc/webrtc-file-transfer-http/webrtc-file-transfer.html"},
3333
"publisher" : {"@type":"Organization","name":"ext-code.com","logo":{"@type":"ImageObject","url":"https://ext-code.com/favicon.ico"}},
3434
}
3535
</script>
@@ -876,28 +876,6 @@ <h3>
876876

877877
}//for
878878

879-
880-
/*
881-
var parts = txt.split('\n\n').filter(Boolean);
882-
var n = parts.length;
883-
for(var i=0;i<n;i+=2){
884-
885-
var type = parts[i];
886-
var value = parts[i+1];
887-
888-
console.log(type);
889-
890-
switch(type){
891-
892-
case 'offer' : await http.read.offer(value); break;
893-
case 'answer' : await http.read.answer(value); break;
894-
case 'ice' : await http.read.ice(value); break;
895-
896-
}//switch
897-
898-
}//for
899-
*/
900-
901879
pc.process();
902880

903881
}//read

0 commit comments

Comments
 (0)