HMSAudioTrack

open class HMSAudioTrack(stream: HMSMediaStream, nativeTrack: AudioTrack, var source: String = HMSTrackSource.REGULAR) : HMSTrack

A type of HMSTrack holding only audio

Constructors

Link copied to clipboard
fun HMSAudioTrack(stream: HMSMediaStream, nativeTrack: AudioTrack, source: String = HMSTrackSource.REGULAR)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard

A description if any that has been set for this track by the app

Link copied to clipboard
var isMute: Boolean = false

true - if this track is muted, otherwise false

Link copied to clipboard

Specifies the source of this track Regular - from default camera/mic Screen - from screenshare Plugin - from plugin

Link copied to clipboard

The trackID of this track

Link copied to clipboard
open override val type: HMSTrackType

This specifies the type of track, either one of HMSTrackType

Inheritors

Link copied to clipboard
Link copied to clipboard