Preparing search index...
The search index is not available
LiveKit Agents
LiveKit Agents
agents
voice
TcpSessionTransport
Class TcpSessionTransport
Experimental
SessionTransport
that frames protobuf messages over a raw TCP socket.
Hierarchy (
view full
)
SessionTransport
TcpSessionTransport
Index
Constructors
constructor
Methods
[async
Iterator]
close
send
Message
start
Constructors
constructor
new
Tcp
Session
Transport
(
host
,
port
)
:
TcpSessionTransport
Parameters
host
:
string
port
:
number
Returns
TcpSessionTransport
Methods
[async
Iterator]
[async
Iterator]
(
)
:
AsyncIterableIterator
<
AgentSessionMessage
,
any
,
any
>
Returns
AsyncIterableIterator
<
AgentSessionMessage
,
any
,
any
>
close
close
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
send
Message
send
Message
(
msg
)
:
Promise
<
void
>
Parameters
msg
:
AgentSessionMessage
Returns
Promise
<
void
>
start
start
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
[async
Iterator]
close
send
Message
start
LiveKit Agents
Loading...
SessionTransport that frames protobuf messages over a raw TCP socket.