ChannelLatencyMode

public enum ChannelLatencyMode : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case normal = "NORMAL"
  • low

    Undocumented

    Declaration

    Swift

    case low = "LOW"
  • Declaration

    Swift

    public var description: String { get }