Skip to content

Commit

Permalink
Added caption fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Jul 1, 2024
1 parent b05b851 commit 7c97be3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
11 changes: 4 additions & 7 deletions packages/hmssdk_flutter/example/ExampleAppChangelog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
Board: https://app.devrev.ai/100ms/vistas/vista-250

- Move all the permissions from app to SDK
https://app.devrev.ai/100ms/works/ISS-10106
- Caption text is not in sync with other app
https://app.devrev.ai/100ms/works/ISS-22834

- Live transcription in WebRTC mode
https://app.devrev.ai/100ms/works/ISS-22680

Room Kit: 1.1.4
Core SDK: 1.10.4
Room Kit: 1.1.5
Core SDK: 1.10.5
Android SDK: 2.9.59
iOS SDK: 1.12.0
4 changes: 2 additions & 2 deletions packages/hmssdk_flutter/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
applicationId "live.hms.flutter"
minSdkVersion 21
targetSdkVersion 34
versionCode 507
versionName "1.5.207"
versionCode 508
versionName "1.5.208"
}

signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions packages/hmssdk_flutter/example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.207</string>
<string>1.5.208</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -48,7 +48,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>507</string>
<string>508</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 7c97be3

Please sign in to comment.