File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ import org.openapitools.client.models.SendReactionResponse
8181import org.openapitools.client.models.StartTranscriptionResponse
8282import org.openapitools.client.models.StopLiveResponse
8383import org.openapitools.client.models.StopTranscriptionResponse
84- import org.openapitools.client.models.TranscriptionSettingsResponse
8584import org.openapitools.client.models.UnpinResponse
8685import org.openapitools.client.models.UpdateCallMembersRequest
8786import org.openapitools.client.models.UpdateCallMembersResponse
You can’t perform that action at this time.
0 commit comments