PlanetKitSubgroupAttribute

public class PlanetKitSubgroupAttribute : NSObject

A class representing the attributes of a subgroup in the conference.

  • The type of peer update for the subgroup.

    Declaration

    Swift

    @objc
    public let peerUpdateType: PlanetKitSubgroupPeerUpdateType
  • A Boolean value indicating whether video updates are enabled for the subgroup.

    Declaration

    Swift

    @objc
    public let enableVideoUpdate: Bool
  • A Boolean value indicating whether data sessions are used for the subgroup.

    Declaration

    Swift

    @objc
    public let useDataSession: Bool