public class

Bluetooth

extends Object
java.lang.Object
   ↳ com.amazonaws.ivs.broadcast.Bluetooth

Class Overview

Manage the state of Bluetooth SCO capabilities

Summary

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

Public Constructors

public Bluetooth ()

Public Methods

public static void startBluetoothSco (Context context)

Enable Bluetooth SCO mode. Bluetooth SCO devices will be accessible as microphones. This must be paired with a call to stopBluetoothSco(Context)

Parameters
context the current application context

public static void stopBluetoothSco (Context context)

Disable Bluetooth SCO mode.

Parameters
context the current application context