API 변경 내역
Windows용 PlanetKit 6.1의 API 변경 내역은 다음과 같습니다.
PlanetKit 6.1
추가
ConferenceParam
class Group callbool SetCustomUserType(unsigned int customUserType)
unsigned int GetCustomUserType()
PlanetKitUserType
enum class Group callUndefined = 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 callPlanetKitUserTypeOptional GetPlanetKitUserType()
UIntOptional GetCustomUserType()
bool IsPlanetKitUserType() const
Peer
class Group callUserTypeContainerPtr GetUserType()