MCPcopy Create free account
hub / github.com/ShareDropio/sharedrop / sendFileTransferInquiry

Function sendFileTransferInquiry

app/components/peer-widget.js:66–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 },
65
66 sendFileTransferInquiry() {
67 const { webrtc } = this;
68 const { peer } = this;
69
70 webrtc.connect(peer.get('peer.id'));
71 peer.set('state', 'establishing_connection');
72 },
73
74 cancelFileTransfer() {
75 this._cancelFileTransfer();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected