()
| 130 | } |
| 131 | |
| 132 | _icon() { |
| 133 | const device = this._peer.name.device || this._peer.name; |
| 134 | if (device.type === 'mobile') { |
| 135 | return '#phone-iphone'; |
| 136 | } |
| 137 | if (device.type === 'tablet') { |
| 138 | return '#tablet-mac'; |
| 139 | } |
| 140 | return '#desktop-mac'; |
| 141 | } |
| 142 | |
| 143 | _onFilesSelected(e) { |
| 144 | const $input = e.target; |