Search
Preparing search index...
The search index is not available
@100mslive/react-native-hms
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@100mslive/react-native-hms
HMSAudioTrack
Class HMSAudioTrack
Hierarchy
HMSTrack
HMSAudioTrack
HMSRemoteAudioTrack
HMSLocalAudioTrack
Index
Constructors
constructor
Properties
id
mute
source
track
Description
track
Id
type
Methods
is
Mute
Constructors
constructor
new HMSAudio
Track
(
params
?:
{
id
:
string
;
isMute
?:
boolean
;
source
?:
string
|
number
;
trackDescription
?:
string
;
trackId
:
string
;
type
?:
HMSTrackType
}
)
:
HMSAudioTrack
Parameters
Optional
params:
{
id
:
string
;
isMute
?:
boolean
;
source
?:
string
|
number
;
trackDescription
?:
string
;
trackId
:
string
;
type
?:
HMSTrackType
}
id
:
string
Optional
is
Mute
?:
boolean
Optional
source
?:
string
|
number
Optional
track
Description
?:
string
track
Id
:
string
Optional
type
?:
HMSTrackType
Returns
HMSAudioTrack
Properties
id
id
:
string
Optional
mute
mute
:
boolean
Optional
source
source
:
string
|
number
Optional
track
Description
track
Description
:
string
track
Id
track
Id
:
string
Optional
type
type
:
HMSTrackType
Methods
is
Mute
is
Mute
(
)
:
undefined
|
boolean
Returns
undefined
|
boolean
Exports
HMSAudio
Track
constructor
id
mute
source
track
Description
track
Id
type
is
Mute
Generated using
TypeDoc