Skip to main content
Version: 6.1

API changelog

This page provides the list of API changes in PlanetKit 6.1 for Windows.

PlanetKit 6.1

Added

  • ConferenceParam class Group call
    • bool SetCustomUserType(unsigned int customUserType)
    • unsigned int GetCustomUserType()
  • PlanetKitUserType enum class Group call
    • Undefined = 0
    • AudioCaller = 10000
    • AudioEchoCallee = 10001
    • VideoEchoCallee = 10002
    • MentalHealthCounselor = 10003
    • Reserved01 = 10004
    • Reserved02 = 10005
    • Reserved03 = 10006
    • Reserved04 = 10007
    • Reserved05 = 10008
    • ParticipantInterpreter = 20000
    • ParticipantTranscriber = 20001
    • ParticipantMentalHealthCounselor = 20002
    • ParticipantReserved01 = 20003
    • ParticipantReserved02 = 20004
    • ParticipantReserved03 = 20005
    • ParticipantReserved04 = 20006
    • ParticipantReserved05 = 20007
    • Unknown = 99999
  • UserTypeContainer class Group call
    • PlanetKitUserTypeOptional GetPlanetKitUserType()
    • UIntOptional GetCustomUserType()
    • bool IsPlanetKitUserType() const
  • Peer class Group call
    • UserTypeContainerPtr GetUserType()