Fishjam Web SDK - v0.18.0
Preparing search index...
@fishjam-cloud/react-client
UseLivestreamResult
Interface UseLivestreamResult
interface
UseLivestreamResult
{
connect
:
(
url
:
string
,
token
:
string
)
=>
Promise
<
void
>
;
disconnect
:
()
=>
void
;
error
:
null
|
LivestreamError
;
stream
:
null
|
MediaStream
;
}
Index
Properties
connect
disconnect
error
stream
Properties
connect
connect
:
(
url
:
string
,
token
:
string
)
=>
Promise
<
void
>
disconnect
disconnect
:
()
=>
void
error
error
:
null
|
LivestreamError
stream
stream
:
null
|
MediaStream
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
disconnect
error
stream
Fishjam Web SDK - v0.18.0
Loading...