/lib/live.hms.video.media.tracks/HMSRemoteAudioTrack
HMSRemoteAudioTrack
[androidJvm]\ class HMSRemoteAudioTrack : HMSAudioTrack, HMSRemoteTrack
This specifies the audio track of a remote HMSPeer
Functions
Name | Summary |
---|---|
equals | [androidJvm] open operator override fun equals(other: Any?): Boolean |
setVolume | [androidJvm] fun setVolume(value: Double) Method to set volume of this remote audio Track |
toString | [androidJvm] open override fun toString(): String |
Properties
Name | Summary |
---|---|
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 |
isPlaybackAllowed | [androidJvm] open override var isPlaybackAllowed: Boolean Method to set if playback is needed of this remote track or not |
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] open override val type: HMSTrackType This specifies the type of track, either one of HMSTrackType |