AudioOutputMode

public enum AudioOutputMode

The options to switch audio output during a call.

Since

3.10.0
  • The option to play audio through phone earpiece.

    Declaration

    Swift

    case phone
  • The option to play audio through speaker.

    Declaration

    Swift

    case speaker
  • The option to play audio through bluetooth device(if connected).

    Declaration

    Swift

    case bluetooth
  • The option to play audio through headset(if connected).

    Declaration

    Swift

    case headset