# 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 and muteButtonVisible have been removed due to obsolescence.

  • The setNewExtraButtons function now takes an array of UIAlertAction as a parameter instead of TCSDKExtraButton. 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 initializer initWithViewController due to obsolescence. To replace the images of the standard conference control buttons, simply add images with the corresponding names to Assets (see Example 5).