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

Rename rtvi-client-android to pipecat-client-android #7

Merged
merged 5 commits into from
Dec 11, 2024

Conversation

marcus-daily
Copy link
Contributor

No description provided.

@marcus-daily marcus-daily marked this pull request as ready for review December 10, 2024 17:26
@@ -53,7 +53,7 @@ private const val RTVI_PROTOCOL_VERSION = "0.2.0"
* @param options Additional options for configuring the client and backend.
*/
@Suppress("unused")
open class RTVIClient(
open class PipecatClient(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we are keeping RTVIClient in other platforms.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I made the changes before seeing Mark's comment in the Slack thread. Will change this back tomorrow morning.

@@ -345,7 +345,7 @@ open class RTVIClient(
throw RTVIException(RTVIError.OtherError("Helper targeting service '$service' already registered"))
}

helper.registerVoiceClient(RegisteredRTVIClient(this, service))
helper.registerVoiceClient(RegisteredPipecatClient(this, service))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for this one.

Copy link

@markbackman markbackman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@marcus-daily marcus-daily merged commit eb4186f into main Dec 11, 2024
1 check passed
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.

4 participants