Skip to content

Commit

Permalink
Remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-lohra committed Dec 18, 2024
1 parent c8234aa commit 405cbae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ fun CallScreen(
* This behavior is intentional for this demo-app ONLY and designed to prioritize the "Auto-On" setting over the current state.
*
* Please keep this behavior in mind, as it might appear unexpected at first glance.
*
* Note: Occasionally, when `call.startTranscription()` might throw a 400 error in the demo app when Transcription is set to "Auto-On", indicating that
* transcription is already in progress. This is expected and can safely be ignored as it does not impact
* the ongoing transcription functionality.
*/
val isCurrentlyTranscribing by call.state.transcribing.collectAsStateWithLifecycle()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ import org.openapitools.client.models.SendReactionResponse
import org.openapitools.client.models.StartTranscriptionResponse
import org.openapitools.client.models.StopLiveResponse
import org.openapitools.client.models.StopTranscriptionResponse
import org.openapitools.client.models.TranscriptionSettingsResponse
import org.openapitools.client.models.UnpinResponse
import org.openapitools.client.models.UpdateCallMembersRequest
import org.openapitools.client.models.UpdateCallMembersResponse
Expand Down

0 comments on commit 405cbae

Please sign in to comment.