Network

public class Network : NSObject

Network statistics

Remark

NSNumber types for lossRate, jitterMs, latencyMs is provided with -InNumber postfix.
  • The packet loss rate in percentage.

    Declaration

    Swift

    public let lossRate: Float?
  • The jitter in milliseconds.

    Declaration

    Swift

    public let jitterMs: UInt32?
  • The latency in milliseconds.

    Declaration

    Swift

    public let latencyMs: UInt32?
  • bps

    The bitrate in bits per second.

    Declaration

    Swift

    @objc
    public let bps: UInt32
  • The packet loss rate in percentage.

    Declaration

    Swift

    @objc
    public var lossRateInNumber: NSNumber? { get }
  • The jitter in milliseconds.

    Declaration

    Swift

    @objc
    public var jitterMsInNumber: NSNumber? { get }
  • The latency in milliseconds.

    Declaration

    Swift

    @objc
    public var latencyMsInNumber: NSNumber? { get }