Skip to content

Conversation

@rahul-lohra
Copy link
Contributor

🎯 Goal

We want to expose transcriptions related apis

  • 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.

🛠 Implementation details

These apis are exposed via StreamVideoImpl and it uses ProductvideoApi to perform REST API calls

🎨 UI Changes

Add relevant screenshots

Before After
img img

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.
…scription_apis

# Conflicts:
#	stream-video-android-core/api/stream-video-android-core.api
@rahul-lohra rahul-lohra marked this pull request as ready for review December 3, 2024 13:21
@rahul-lohra rahul-lohra requested a review from a team as a code owner December 3, 2024 13:21
@rahul-lohra rahul-lohra changed the title [DRAFT] Expose Transcription APIs to Call Class [AND-22] Expose Transcription APIs to Call Class Dec 3, 2024
@rahul-lohra rahul-lohra self-assigned this Dec 3, 2024
@aleksandar-apostolov aleksandar-apostolov merged commit ef230f9 into develop Dec 3, 2024
5 checks passed
@aleksandar-apostolov aleksandar-apostolov deleted the feature/rahullohra/enable_transcription_apis branch December 3, 2024 15:10
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.

3 participants