LiveKit JS Client SDK - v2.13.4
Preparing search index...
ByteStreamWriter
Class ByteStreamWriter
Hierarchy
BaseStreamWriter
<
Uint8Array
,
ByteStreamInfo
>
ByteStreamWriter
Index
Constructors
constructor
Properties
info
Methods
close
write
Constructors
constructor
new
ByteStreamWriter
(
writableStream
:
WritableStream
<
Uint8Array
<
ArrayBufferLike
>
>
,
info
:
ByteStreamInfo
,
onClose
?:
()
=>
void
,
)
:
ByteStreamWriter
Parameters
writableStream
:
WritableStream
<
Uint8Array
<
ArrayBufferLike
>
>
info
:
ByteStreamInfo
Optional
onClose
:
()
=>
void
Returns
ByteStreamWriter
Properties
Readonly
info
info
:
ByteStreamInfo
Methods
close
close
()
:
Promise
<
void
>
Returns
Promise
<
void
>
write
write
(
chunk
:
Uint8Array
)
:
Promise
<
void
>
Parameters
chunk
:
Uint8Array
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
info
Methods
close
write
LiveKit JS Client SDK - v2.13.4
Loading...