Class Bluetooth

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

public class Bluetooth extends Object
Manage the state of Bluetooth SCO capabilities
  • Constructor Details

    • Bluetooth

      public Bluetooth()
  • Method Details

    • startBluetoothSco

      public 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 to stopBluetoothSco(Context)
      Parameters:
      context - the current application context
    • stopBluetoothSco

      public static void stopBluetoothSco(@NonNull android.content.Context context)
      Disable Bluetooth SCO mode.
      Parameters:
      context - the current application context