File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
utils/webrtc/webrtc-file-transfer-http Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -718,8 +718,6 @@ <h1 slot=seo-hdr class=visually-hidden>webrtc file transfer http</h1>
718718 } //transfer
719719
720720
721-
722-
723721 //:
724722
725723
@@ -1112,8 +1110,6 @@ <h1 slot=seo-hdr class=visually-hidden>webrtc file transfer http</h1>
11121110 } //sdp
11131111
11141112
1115-
1116-
11171113 pc . on . datachannel = function ( e ) {
11181114 debug ( 'pc.on.datachannel' ) ;
11191115 dc . con = e . channel ;
@@ -1127,7 +1123,6 @@ <h1 slot=seo-hdr class=visually-hidden>webrtc file transfer http</h1>
11271123
11281124 pc . on . track = function ( { track, streams} ) {
11291125 debug ( 'pc.on.track' ) ;
1130-
11311126 } //ontrack
11321127
11331128
@@ -1333,16 +1328,6 @@ <h1 slot=seo-hdr class=visually-hidden>webrtc file transfer http</h1>
13331328 //:
13341329
13351330
1336- function sdp_str ( sdp ) {
1337-
1338- var o = {
1339- sdp : btoa ( sdp . sdp ) ,
1340- type : sdp . type
1341- } ;
1342-
1343- } //sdp_str
1344-
1345-
13461331 function buf_blob ( buf ) {
13471332
13481333 var uint8 = new Uint8Array ( buf ) ;
You can’t perform that action at this time.
0 commit comments