@livekit/rtc-node
Preparing search index...
ByteStreamOptions
Interface ByteStreamOptions
interface
ByteStreamOptions
{
attributes
?:
Record
<
string
,
string
>
;
destinationIdentities
?:
string
[]
;
mimeType
?:
string
;
name
?:
string
;
onProgress
?:
(
progress
:
number
)
=>
void
;
topic
?:
string
;
}
Hierarchy (
View Summary
)
DataStreamOptions
ByteStreamOptions
Index
Properties
attributes?
destination
Identities?
mime
Type?
name?
on
Progress?
topic?
Properties
Optional
attributes
attributes
?:
Record
<
string
,
string
>
Optional
destination
Identities
destinationIdentities
?:
string
[]
Optional
mime
Type
mimeType
?:
string
Optional
name
name
?:
string
Optional
on
Progress
onProgress
?:
(
progress
:
number
)
=>
void
Optional
topic
topic
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
destination
Identities
mime
Type
name
on
Progress
topic
@livekit/rtc-node
Loading...