Skip to content

Commit

Permalink
feat(electron) drop Bluetooth beacons altogether
Browse files Browse the repository at this point in the history
It was only available on macOS and unused on the client side at this
time.
  • Loading branch information
saghul committed Nov 16, 2023
1 parent 7b00f67 commit a0fe709
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 221 deletions.
11 changes: 0 additions & 11 deletions spot-electron/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@ const process = require('process');

module.exports = {

/**
* Config values for the beacon functionality.
*/
beacon: {

/**
* Region ID for the beacon. This is permanent and must be unique for custom deployments.
*/
region: 'bf23c311-24ae-414b-b153-cf097836947f'
},

/**
* The default URL to connect to.
*/
Expand Down
1 change: 0 additions & 1 deletion spot-electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const { createApplicationWindow } = require('./src/application-window');
require('./src/spot-client-log-transport');
require('./src/application-menu');
require('./src/auto-updater');
require('./src/bt-beacon');
require('./src/client-control');
require('./src/exit');
require('./src/volume-control');
Expand Down
54 changes: 0 additions & 54 deletions spot-electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions spot-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
],
"extendInfo": {
"NSCameraUsageDescription": "Camera access is required in order to make video-calls.",
"NSMicrophoneUsageDescription": "Microphone access is required in order to make calls (audio/video).",
"NSBluetoothAlwaysUsageDescription": "Bluetooth access is required in order to detect remote controllers."
"NSMicrophoneUsageDescription": "Microphone access is required in order to make calls (audio/video)."
}
},
"publish": {
Expand Down Expand Up @@ -79,7 +78,6 @@
},
"version": "1.0.0",
"optionalDependencies": {
"@jitsi/node-ibeacons": "0.2.0",
"win-audio": "2.0.2"
}
}
63 changes: 0 additions & 63 deletions spot-electron/src/bt-beacon/btbeacon.js

This file was deleted.

73 changes: 0 additions & 73 deletions spot-electron/src/bt-beacon/daemon/darwin/bluetoothd.js

This file was deleted.

1 change: 0 additions & 1 deletion spot-electron/src/bt-beacon/daemon/darwin/index.js

This file was deleted.

12 changes: 0 additions & 12 deletions spot-electron/src/bt-beacon/daemon/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions spot-electron/src/bt-beacon/index.js

This file was deleted.

0 comments on commit a0fe709

Please sign in to comment.