Skip to content

Commit 405cbae

Browse files
committed
Remove unused comments
1 parent c8234aa commit 405cbae

File tree

2 files changed

+4
-1
lines changed
  • demo-app/src/main/kotlin/io/getstream/video/android/ui/call
  • stream-video-android-core/src/main/kotlin/io/getstream/video/android/core

2 files changed

+4
-1
lines changed

demo-app/src/main/kotlin/io/getstream/video/android/ui/call/CallScreen.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ fun CallScreen(
194194
* This behavior is intentional for this demo-app ONLY and designed to prioritize the "Auto-On" setting over the current state.
195195
*
196196
* Please keep this behavior in mind, as it might appear unexpected at first glance.
197+
*
198+
* Note: Occasionally, when `call.startTranscription()` might throw a 400 error in the demo app when Transcription is set to "Auto-On", indicating that
199+
* transcription is already in progress. This is expected and can safely be ignored as it does not impact
200+
* the ongoing transcription functionality.
197201
*/
198202
val isCurrentlyTranscribing by call.state.transcribing.collectAsStateWithLifecycle()
199203

stream-video-android-core/src/main/kotlin/io/getstream/video/android/core/Call.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ import org.openapitools.client.models.SendReactionResponse
8181
import org.openapitools.client.models.StartTranscriptionResponse
8282
import org.openapitools.client.models.StopLiveResponse
8383
import org.openapitools.client.models.StopTranscriptionResponse
84-
import org.openapitools.client.models.TranscriptionSettingsResponse
8584
import org.openapitools.client.models.UnpinResponse
8685
import org.openapitools.client.models.UpdateCallMembersRequest
8786
import org.openapitools.client.models.UpdateCallMembersResponse

0 commit comments

Comments
 (0)