PeerScreenShare

public class PeerScreenShare : NSObject

Represents a screen share statistics for the remote users.

  • The peer ID associated with the screen share statistics.

    Declaration

    Swift

    @objc
    public let peerId: PlanetKitUserId
  • The subgroup name associated with the screen share 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