# Changes Between SDK Versions for iOS/iPadOS
# Version 3.4.3
What has changed in version 3.4.3 compared to 3.2.6:
The properties
hideSelfViewButtonsInSmallSize
andmuteButtonVisible
have been removed due to obsolescence.The
setNewExtraButtons
function now takes an array ofUIAlertAction
as a parameter instead ofTCSDKExtraButton
. Custom buttons are now added to the menu that opens by clicking the "ellipsis" button (see Example 5);The parameter
confCustomControlsImages
has been removed from the initializerinitWithViewController
due to obsolescence. To replace the images of the standard conference control buttons, simply add images with the corresponding names toAssets
(see Example 5).