Skip to content
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

Add functionality to enable /disable transcriptions in demo app #1235

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Conversation

rahul-lohra
Copy link
Contributor

@rahul-lohra rahul-lohra commented Nov 27, 2024

🎯 Goal

Describe why we are making this change

🛠 Implementation details

Describe the implementation

🎨 UI Changes

Add relevant screenshots

Before After
img transcriptions_1
--- transcriptions_2

Add relevant videos

Before After

🧪 Testing

Explain how this change can be tested (or why it can't be tested)

Provide a patch below if it is necessary for testing

Provide the patch summary here
Provide the patch code here

☑️Contributor Checklist

General

  • I have signed the Stream CLA (required)
  • Assigned a person / code owner group (required)
  • Thread with the PR link started in a respective Slack channel (required internally)
  • PR targets the develop branch
  • PR is linked to the GitHub issue it resolves

Code & documentation

  • Changelog is updated with client-facing changes
  • New code is covered by unit tests
  • Comparison screenshots added for visual changes
  • Affected documentation updated (KDocs, docusaurus, tutorial)
  • Tutorial starter kit updated
  • Examples/guides starter kits updated (stream-video-examples)

☑️Reviewer Checklist

  • XML sample runs & works
  • Compose sample runs & works
  • Tutorial starter kit
  • Example starter kits work
  • UI Changes correct (before & after images)
  • Bugs validated (bugfixes)
  • New feature tested and works
  • Release notes and docs clearly describe changes
  • All code we touched has new or updated KDocs

🎉 GIF

Please provide a suitable gif that describes your work on this pull request

This commit introduces the following APIs to the Call class for managing transcription functionalities:

startTranscription: Initiates the transcription process.
stopTranscription: Terminates the ongoing transcription process.
listTranscription: Retrieves a list of available transcriptions.
These APIs are now accessible to enable seamless integration of transcription features within the Call class.
This commit introduces the following APIs to the Call class for managing transcription functionalities:

startTranscription: Initiates the transcription process.
stopTranscription: Terminates the ongoing transcription process.
listTranscription: Retrieves a list of available transcriptions.
These APIs are now accessible to enable seamless integration of transcription features within the Call class.
…scription_apis

# Conflicts:
#	stream-video-android-core/api/stream-video-android-core.api
…' into feature/rahullohra/enable_transcriptions_in_demo_app

# Conflicts:
#	demo-app/src/main/kotlin/io/getstream/video/android/ui/menu/MenuDefinitions.kt
#	stream-video-android-core/src/main/kotlin/io/getstream/video/android/core/StreamVideoClient.kt
@rahul-lohra rahul-lohra force-pushed the feature/rahullohra/enable_transcriptions_in_demo_app branch 4 times, most recently from d9a138c to cde258c Compare December 3, 2024 12:35
@rahul-lohra rahul-lohra force-pushed the feature/rahullohra/enable_transcriptions_in_demo_app branch from cde258c to 4a05030 Compare December 3, 2024 13:13
@rahul-lohra rahul-lohra marked this pull request as ready for review December 3, 2024 13:29
@rahul-lohra rahul-lohra requested a review from a team as a code owner December 3, 2024 13:29
2. Show list of transcriptions
…scriptions_in_demo_app

# Conflicts:
#	demo-app/src/main/kotlin/io/getstream/video/android/ui/call/CallScreen.kt
#	stream-video-android-core/src/main/kotlin/io/getstream/video/android/core/Call.kt
@rahul-lohra rahul-lohra self-assigned this Dec 18, 2024
@rahul-lohra rahul-lohra force-pushed the feature/rahullohra/enable_transcriptions_in_demo_app branch from 6246009 to 405cbae Compare December 18, 2024 10:47
@rahul-lohra rahul-lohra force-pushed the feature/rahullohra/enable_transcriptions_in_demo_app branch from 405cbae to bdb405d Compare December 18, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants