getVoiceMessageAudioSettings

open fun getVoiceMessageAudioSettings(@NonNull context: Context): Int

CAll this method to choose whether you want play the voice message audio output on speaker or earpiece device.

Return

The audio output option can be :

  • 0: speaker
  • 1: earpiece

See also

Parameters

context

The application context