Package com.amazonaws.ivs.broadcast
Class Bluetooth
java.lang.Object
com.amazonaws.ivs.broadcast.Bluetooth
Manage the state of Bluetooth SCO capabilities
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidstartBluetoothSco(android.content.Context context) Enable Bluetooth SCO mode.static voidstopBluetoothSco(android.content.Context context) Disable Bluetooth SCO mode.
- 
Constructor Details- 
Bluetoothpublic Bluetooth()
 
- 
- 
Method Details- 
startBluetoothScopublic static void startBluetoothSco(@NonNull android.content.Context context) Enable Bluetooth SCO mode. Bluetooth SCO devices will be accessible as microphones. This must be paired with a call tostopBluetoothSco(Context)- Parameters:
- context- the current application context
 
- 
stopBluetoothScopublic static void stopBluetoothSco(@NonNull android.content.Context context) Disable Bluetooth SCO mode.- Parameters:
- context- the current application context
 
 
-