Discrepancy in Documentation for SBUGlobals.isMultipleFilesMessageEnabled Property in SendBird UIKit v3.32.0

I am an iOS developer currently working with SendbirdChatSDK version 4.29.0 and SendBirdUIKit version 3.32.0. I am integrating the Sendbird Chat UI Kit into my iOS project and attempting to implement functionality for sending multiple images, videos, and files.

During this process, I came across the property SBUGlobals.isMultipleFilesMessageEnabled in your official documentation, which is described as enabling multiple file message support. However, after thoroughly checking the UIKit SDK from version 3.10.0 through to the latest 3.32.0, I have found that this property does not exist in any of them.

This inconsistency between the documentation and the actual SDK implementation has led to confusion and unnecessary delays in development.

I kindly request the following:

  1. Clarification on whether SBUGlobals.isMultipleFilesMessageEnabled is supported in the current SDK versions.

  2. Correction or update to the official documentation if the property is deprecated, renamed, or planned for a future release.

  3. Guidance on how to properly enable and handle sending multiple images, videos, and files using the currently available UIKit and Chat SDK versions.