HMSTrack

abstract class HMSTrack

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

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
abstract val type: HMSTrackType

This specifies the type of track, either one of HMSTrackType

Inheritors

Link copied to clipboard
Link copied to clipboard