Issue with Parsing .mov Files in Messages on React Web Application

[Problem/Question]
I am encountering an issue in my React web application where .mov files in messages are not being properly parsed. When attempting to load these files, they seem unable to be correctly identified or played. I would like to know if this is a known issue and if there are any recommended solutions or workarounds.

[UIKit Version]
The version of the Sendbird UIKit I am using is 3.9.3

[Reproduction Steps]
The steps to reproduce the issue are as follows:

  1. Receive a message in the application containing a .mov file.
  2. Attempt to load and play the file through the application interface.
  3. The file fails to be properly parsed or played.

[Frequency]
This issue occurs every time a .mov file is attempted to be loaded.

[Current impact]
This issue is significantly impacting our implementation as it limits the ability of our users to share and view .mov format videos through our platform. This has a negative impact on user experience, and we are seeking a solution to resolve this issue as soon as possible. primarily occurs when iOS users send videos, and Android and web users are unable to view them properly.

Is there any workaround?