@livekit/rtc-node
Preparing search index...
LocalAudioTrack
Class LocalAudioTrack
Hierarchy (
View Summary
)
Track
LocalAudioTrack
Index
Constructors
constructor
Properties
ffi_
handle
info?
Accessors
kind
muted
name
sid
stream_
state
Methods
close
create
Audio
Track
Constructors
constructor
new
LocalAudioTrack
(
owned
:
OwnedTrack
,
source
?:
AudioSource
)
:
LocalAudioTrack
Parameters
owned
:
OwnedTrack
Optional
source
:
AudioSource
Returns
LocalAudioTrack
Properties
Internal
ffi_
handle
ffi_handle
:
FfiHandle
Optional
Internal
info
info
?:
TrackInfo
Accessors
kind
get
kind
()
:
undefined
|
TrackKind
Returns
undefined
|
TrackKind
muted
get
muted
()
:
undefined
|
boolean
Returns
undefined
|
boolean
name
get
name
()
:
undefined
|
string
Returns
undefined
|
string
sid
get
sid
()
:
undefined
|
string
Returns
undefined
|
string
stream_
state
get
stream_state
()
:
undefined
|
StreamState
Returns
undefined
|
StreamState
Methods
close
close
(
closeSource
?:
boolean
)
:
Promise
<
void
>
Parameters
closeSource
:
boolean
= true
Returns
Promise
<
void
>
Static
create
Audio
Track
createAudioTrack
(
name
:
string
,
source
:
AudioSource
)
:
LocalAudioTrack
Parameters
name
:
string
source
:
AudioSource
Returns
LocalAudioTrack
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
ffi_
handle
info
Accessors
kind
muted
name
sid
stream_
state
Methods
close
create
Audio
Track
@livekit/rtc-node
Loading...