toggle menu
pipecat-client-android-docs
androidJvm
switch theme
search in API
pipecat-client-android
/
ai.pipecat.client.types
/
RTVIURLEndpoints
RTVIURLEndpoints
data
class
RTVIURLEndpoints
(
val
connect
:
String
?
=
"/connect"
,
val
action
:
String
=
"/action"
)
Members
Constructors
RTVIURLEndpoints
Link copied to clipboard
constructor
(
connect
:
String
?
=
"/connect"
,
action
:
String
=
"/action"
)
Properties
action
Link copied to clipboard
val
action
:
String
connect
Link copied to clipboard
val
connect
:
String
?