Skip to main content
Version: 6.1

API changelog

This page provides the list of API changes in PlanetKit 6.1 for iOS/macOS.

PlanetKit 6.1

Added

  • PlanetKitJoinConferenceSettingBuilder class Group call
    • func withCustomUserTypeKey(customUserType: Int) throws -> PlanetKitJoinConferenceSettingBuilder
  • PlanetKitUserType enum Group call
  • PlanetKitUserTypeContainer class Group call
  • PlanetKitConferencePeer class Group call
    • var userType: PlanetKitUserTypeContainer { get }
  • PlanetKitConference class Group call
    • var myCustomUserType: Int? { get }
    • var myCustomUserTypeValue: NSNumber? { get }