/lib/live.hms.video.media.tracks/HMSTrack

HMSTrack

[androidJvm]\ abstract class HMSTrack

A track represents either the audio or video that a peer is publishing

Functions

NameSummary
equals[androidJvm]
open operator override fun equals(other: Any?): Boolean
toString[androidJvm]
open override fun toString(): String

Properties

NameSummary
description[androidJvm]
var description: String
A description if any that has been set for this track by the app
isMute[androidJvm]
var isMute: Boolean = false
true - if this track is muted, otherwise false
source[androidJvm]
var source: String
Specifies the source of this track Regular - from default camera/mic Screen - from screenshare Publign - from plugin
trackId[androidJvm]
val trackId: String
The trackID of this track
type[androidJvm]
abstract val type: HMSTrackType
This specifies the type of track, either one of HMSTrackType

Inheritors