saibotma / jitsi_meet_wrapper

Jitsi Meet Plugin for Flutter. Wrapping JitsiMeetSDK for Android and iOS.
BSD 3-Clause "New" or "Revised" License
26 stars 61 forks source link

[BUG]: Unable to generate closed captions #49

Closed bhattabhi013 closed 1 year ago

bhattabhi013 commented 2 years ago

Jitsee version jitsi_meet: 4.0.0

Describe the bug I'm neither able to generate closed captions nor able to locate any option to do it in menu options.

To Reproduce Steps to reproduce the behavior:

Join a meeting Check that there are no captions available and that there is no option to generate them in the menu. -->

Screenshots image

Flutter doctor -v [√] Flutter (Channel stable, 3.0.5, on Microsoft Windows [Version 10.0.22000.856], locale en-IN) • Flutter version 3.0.5 at D:\Softwares\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision f1875d570e (5 weeks ago), 2022-07-13 11:24:16 -0700 • Engine revision e85ea0e79c • Dart version 2.17.6 • DevTools version 2.12.2

[√] Android toolchain - develop for Android devices (Android SDK version 32.0.0) • Android SDK at C:\Users\ABHISHEK\AppData\Local\Android\sdk • Platform android-32, build-tools 32.0.0 • Java binary at: D:\Softwares\Android studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7249189) • All Android licenses accepted.

[√] Chrome - develop for the web • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop for Windows (Visual Studio Build Tools 2019 16.11.8) • Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools • Visual Studio Build Tools 2019 version 16.11.32002.261 • Windows 10 SDK version 10.0.19041.0

[√] Android Studio (version 2020.3) • Android Studio at D:\Softwares\Android studio • Flutter plugin can be installed from: https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7249189)

[√] Connected device (5 available) • RMX1971 (mobile) • 91e6e37b • android-arm64 • Android 11 (API 30) • sdk gphone x86 (mobile) • emulator-5554 • android-x86 • Android 11 (API 30) (emulator) • Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22000.856] • Chrome (web) • chrome • web-javascript • Google Chrome 104.0.5112.81 • Edge (web) • edge • web-javascript • Microsoft Edge 104.0.1293.54

[√] HTTP Host Availability • All required HTTP hosts are available

Smartphone (please complete the following information):

Device: [e.g. RealMe (physical), Pixel4(emulator)] Physical andEmulator OS: Android 11 on both the devices Additional context I'm looking to generate closed captions that will enable people with hearing impairment to experience video calls.

bhattabhi013 commented 1 year ago

Found a workaround, we have to create our own server for Jitsee.