-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
@@ -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( |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.