Skip to content

Commit 658b9f4

Browse files
save file
1 parent 1a941a9 commit 658b9f4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)