CallRecordingState

@available(iOS 12.0, *)
@objc(BDKCallRecordingState)
public enum CallRecordingState : Int, CustomStringConvertible

An enumeration representing the states the call recording can be in.

  • The recording is stopped. This is the initial state.

    Declaration

    Swift

    case stopped
  • The recording has started.

    Declaration

    Swift

    case started