if (mBluetoothManager == null) { mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE); if (mBluetoothManager == null) { if (D) Log.e(TAG, "Unable to initialize BluetoothManager."); return false; } } mBluetoothAdapter = mBluetoothManager.getAdapter(); if (m...
* Checks if the browser supports voice activity detection via the @type {VADAudioAnalyser} service. *9 changes: 0 additions & 9 deletions 9 modules/flags/FeatureFlags.js Original file line numberDiff line numberDiff line change @@ -19,15 +19,6 @@ class FeatureFlags { this._joinAsVisito...