()
| 76 | }, |
| 77 | |
| 78 | abortFileTransfer() { |
| 79 | this._cancelFileTransfer(); |
| 80 | |
| 81 | const { webrtc } = this; |
| 82 | const connection = this.get('peer.peer.connection'); |
| 83 | |
| 84 | webrtc.sendCancelRequest(connection); |
| 85 | }, |
| 86 | |
| 87 | acceptFileTransfer() { |
| 88 | const { peer } = this; |
nothing calls this directly
no outgoing calls
no test coverage detected