SoundType

@objc(SBCSoundType)
public enum SoundType : Int

The sound types.

Since

1.3.0
  • Refers to a sound that is played on a caller’s side when the caller makes a call to a callee.

    Since

    1.3.0

    Declaration

    Swift

    case dialing
  • Refers to a sound that is played on a callee’s side when receiving a call.

    Since

    1.3.0

    Declaration

    Swift

    case ringing
  • Refers to a sound that is played when a connection is lost, but immediately tries to reconnect. Users are also allowed to customize the ringtone.

    Since

    1.3.0

    Declaration

    Swift

    case reconnecting
  • Refers to a sound that is played when a connection is re-established.

    Since

    1.3.0

    Declaration

    Swift

    case reconnected