-
Notifications
You must be signed in to change notification settings - Fork 45
Demo-app-improvements #1333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo-app-improvements #1333
Conversation
SDK Size Comparison 📏
|
5fe9170
to
da59a59
Compare
demo-app/src/main/kotlin/io/getstream/video/android/ui/call/CallScreen.kt
Show resolved
Hide resolved
stream-video-android-core/src/main/kotlin/io/getstream/video/android/core/StreamVideoClient.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (3)
stream-video-android-core/src/main/kotlin/io/getstream/video/android/core/StreamVideoClient.kt:1126
- Confirm that the StartClosedCaptionsRequest is properly initialized with all required parameters to ensure the closed captions feature behaves as expected.
coordinatorConnectionModule.api.startClosedCaptions(
demo-app/src/main/kotlin/io/getstream/video/android/ui/lobby/CallLobbyScreen.kt:261
- [nitpick] Consider renaming the lambda parameter from 'it' to a more descriptive name to improve clarity in the fallbackContent lambda.
val userName = it.user.userNameOrId
demo-app/src/main/kotlin/io/getstream/video/android/ui/call/CallScreen.kt:558
- [nitpick] Verify that the chosen padding values for the close button align with the overall design guidelines for consistency across the UI.
.padding(top = 10.dp, end = 10.dp),
|
🎯 Goal
Basic
demo-app
polishing.🛠 Implementation details
Share Call
dialog (can be reopened fromParticipants
) - I'll improve it by adding acollapse
button.SharedPrefs
file to contain the version code to avoid caching.