DisplayBehavior

public enum DisplayBehavior : String, Codable, Equatable, Sendable

Display behavior

  • Immediate display, allows it to be displayed on top of other IAX

    Declaration

    Swift

    case immediate
  • Displays one at a time with display interval between displays

    Declaration

    Swift

    case standard = "default"