API changelog
This page provides the list of API changes in PlanetKit 7.1 for iOS/macOS.
PlanetKit 7.1
Changed
-
PlanetKitCallclass 1-to-1 callPrevious PlanetKit 7.1.0 func acceptCall(startMessage: PlanetKitCallStartMessage?, useResponderPreparation: Bool, recordOnCloud: Bool = false, initialMyVideoState: PlanetKitInitialMyVideoState = .resume)func acceptCall(startMessage: PlanetKitCallStartMessage?, useResponderPreparation: Bool, recordOnCloud: Bool = false, initialMyVideoState: PlanetKitInitialMyVideoState = .resume, initialMyAudioState: PlanetKitInitialMyAudioState = .unmuted) -
(iOS only)
PlanetKitCallKitParamclass 1-to-1 callPrevious PlanetKit 7.1.0 init(appName: String?, callerName: String, isVideo: Bool, ringtoneSound: URL?, icon: String?, addCallToList: Bool, supportsHolding: Bool, startMessage: PlanetKitCallStartMessage? = nil, useResponderPreparation: Bool = false, recordOnCloud: Bool = false, initialMyVideoState: PlanetKitInitialMyVideoState = .resume)init(appName: String?, callerName: String, isVideo: Bool, ringtoneSound: URL?, icon: String?, addCallToList: Bool, supportsHolding: Bool, startMessage: PlanetKitCallStartMessage? = nil, useResponderPreparation: Bool = false, recordOnCloud: Bool = false, initialMyVideoState: PlanetKitInitialMyVideoState = .resume, initialMyAudioState: PlanetKitInitialMyAudioState = .unmuted)
Added
-
(iOS only)
PlanetKitCallKitParamclass 1-to-1 calllet initialMyAudioState: PlanetKitInitialMyAudioState
-
PlanetKitInitialMyAudioStateenum 1-to-1 callGroup callcase mutedcase unmuted
-
PlanetKitJoinConferenceSettingBuilderclass Group callfunc withInitialMyAudioStateKey(_ state: PlanetKitInitialMyAudioState) -> PlanetKitJoinConferenceSettingBuilder
-
PlanetKitMakeCallSettingBuilderclass 1-to-1 callfunc withInitialMyAudioStateKey(_ state: PlanetKitInitialMyAudioState) -> PlanetKitMakeCallSettingBuilder