LiveKit JS Client SDK - v2.17.1
Preparing search index...
PublishTrackError
Class PublishTrackError
Base error that all LiveKit specific custom errors inherit from.
Hierarchy (
View Summary
)
LivekitError
PublishTrackError
Index
Constructors
constructor
Properties
cause?
code
name
status
Constructors
constructor
new
PublishTrackError
(
message
:
string
,
status
:
number
)
:
PublishTrackError
Parameters
message
:
string
status
:
number
Returns
PublishTrackError
Properties
Optional
cause
cause
?:
unknown
code
code
:
number
Readonly
name
name
:
"PublishTrackError"
= 'PublishTrackError'
status
status
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
code
name
status
LiveKit JS Client SDK - v2.17.1
Loading...
Base error that all LiveKit specific custom errors inherit from.