Constructors
constructor
- new HMSTrack(params: { id: string; isMute?: boolean; source?: string | number; trackDescription?: string; trackId: string; type?: HMSTrackType }): HMSTrack
-
Parameters
-
params: { id: string; isMute?: boolean; source?: string | number; trackDescription?: string; trackId: string; type?: HMSTrackType }
-
id: string
-
Optional isMute?: boolean
-
Optional source?: string | number
-
Optional trackDescription?: string
-
trackId: string
-
Properties
Optional mute
mute: boolean
Optional source
source: string | number
Optional trackDescription
trackDescription: string
Methods
isMute
- isMute(): undefined | boolean
-
Returns undefined | boolean