java.lang.Object | |
↳ | com.amazonaws.ivs.broadcast.Bluetooth |
Manage the state of Bluetooth SCO capabilities
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Bluetooth() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static void |
startBluetoothSco(Context context)
Enable Bluetooth SCO mode.
| ||||||||||
static void |
stopBluetoothSco(Context context)
Disable Bluetooth SCO mode.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Enable Bluetooth SCO mode. Bluetooth SCO devices will be accessible as microphones.
This must be paired with a call to stopBluetoothSco(Context)
context | the current application context |
---|
Disable Bluetooth SCO mode.
context | the current application context |
---|