# Changes Between SDK Versions for iOS/iPadOS
# Changes in version 3.7.1 compared to 3.4.3
The minimum supported iOS version is now 15.0;
The
trueConfSDKLogEnableproperty has been removed - SDK logs are now always enabled.The
setNewExtraButtonsfunction now takes an array ofUIAlertActionas a parameter instead ofTCSDKExtraButton. Custom buttons are now added to the menu that opens by clicking the "ellipsis" button (see Example 5);The methods
microphoneMutedandcameraMutedhave been renamed toisMicrophoneMutedandisCameraMuted, respectively;Added methods
setDefaultAudioEnabledandsetDefaultCameraEnabledto set the default state of the microphone and camera, respectively;To support password-protected conferences, an optional
passwordparameter has been added to thejoinConfmethod, along with theonConferencePasswordRequiredevent (see Example 4).Real-time management of audio output devices has been enhanced. Methods
muteAudio,isAudioMuted,getAudioDeviceListand the propertyaudioDevicehave been added, allowing you to get and set the current audio output deviceTCSDKAudioDevice(see Example 7);Added the ability to select the current audio output device in the standard conference window. To do this, tap the speaker button on the bottom panel. To mute the speaker, press and hold.
In the standard conference window, you can now drag your own image to any corner of the window.
When using the
xsviewproperty for a custom image, the standard buttons for selecting the current camera will no longer be displayed. AswapCameramethod has been added to switch from the front to the rear camera (see Example 7).The properties
hideSelfViewButtonsInSmallSizeandmuteButtonVisiblehave been removed due to obsolescence.
# What has changed in version 3.4.3 compared to 3.2.6:
The properties
hideSelfViewButtonsInSmallSizeandmuteButtonVisiblehave been removed due to obsolescence.The
setNewExtraButtonsfunction now takes an array ofUIAlertActionas a parameter instead ofTCSDKExtraButton. Custom buttons are now added to the menu that opens by clicking the "ellipsis" button (see Example 5);The parameter
confCustomControlsImageshas been removed from the initializerinitWithViewControllerdue to obsolescence. To replace the images of the standard conference control buttons, simply add images with the corresponding names toAssets(see Example 5).