StreamHealth

public enum StreamHealth : Int, Codable

brief Stream health indicator

  • @since 11.5
  • Stream has stopped

    • @since 11.5

    Declaration

    Swift

    case stopped
  • Stream may be encountering errors

    • @since 11.5

    Declaration

    Swift

    case poor
  • Stream is in good health

    • @since 11.5

    Declaration

    Swift

    case good