PlanetKitStatistics

public class PlanetKitStatistics : NSObject

Represents the statistics for the call or conference.

  • The audio statistics for the local user.

    Declaration

    Swift

    @objc
    public let myAudio: MyAudio
  • The audio statistics for the remote users.

    Declaration

    Swift

    @objc
    public let peersAudio: PeersAudio
  • The video statistics for the local user.

    Declaration

    Swift

    @objc
    public let myVideo: MyVideo?
  • The video statistics for the remote users.

    Declaration

    Swift

    @objc
    public let peerVideos: [PeerVideo]
  • The screen share statistics for the local user.

    Declaration

    Swift

    @objc
    public let myScreenShare: MyScreenShare?
  • The screen share statistics for the remote users.

    Declaration

    Swift

    @objc
    public let peerScreenShares: [PeerScreenShare]
  • Represents an audio statistics for the local user.

    See more

    Declaration

    Swift

    public class MyAudio : NSObject
  • Represents an audio statistics for the remote users.

    See more

    Declaration

    Swift

    public class PeersAudio : NSObject
  • Represents a video statistics for the local user.

    See more

    Declaration

    Swift

    public class MyVideo : NSObject
  • Represents a video statistics for the remote users.

    See more

    Declaration

    Swift

    public class PeerVideo : NSObject
  • Represents a screen share statistics for the local user.

    See more

    Declaration

    Swift

    public class MyScreenShare : NSObject
  • Represents a screen share statistics for the remote users.

    See more

    Declaration

    Swift

    public class PeerScreenShare : NSObject
  • Network statistics

    Remark

    NSNumber types for lossRate, jitterMs, latencyMs is provided with -InNumber postfix.
    See more

    Declaration

    Swift

    public class Network : NSObject
  • Video statistics

    See more

    Declaration

    Swift

    public class Video : NSObject