Preparing search index...
The search index is not available
@fal-ai/client
@fal-ai/client
RealtimeConnection
Interface RealtimeConnection<Input>
A connection object that allows you to
send
request payloads to a realtime endpoint.
interface
RealtimeConnection
<
Input
>
{
close
(
)
:
void
;
send
(
input
:
Input
&
Partial
<
WithRequestId
>
)
:
void
;
}
Type Parameters
Input
Index
Methods
close
send
Methods
close
close
(
)
:
void
Returns
void
send
send
(
input
)
:
void
Parameters
input
:
Input
&
Partial
<
WithRequestId
>
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
close
send
@fal-ai/client
Loading...
A connection object that allows you to
sendrequest payloads to a realtime endpoint.