PeerVideo

public class PeerVideo : NSObject

Represents a video statistics for the remote users.

  • The peer ID associated with the video statistics.

    Declaration

    Swift

    @objc
    public let peerId: PlanetKitUserId
  • The subgroup name associated with the video statistics.

    Declaration

    Swift

    @objc
    public let subGroupName: String?
  • The network statistics.

    Declaration

    Swift

    @objc
    public let network: Network
  • The video statistics.

    Declaration

    Swift

    @objc
    public let video: Video