public class LocalAudioTrackPublication extends Object implements AudioTrackPublication
LocalAudioTrack
that has been shared to a
Room
.Modifier and Type | Method and Description |
---|---|
AudioTrack |
getAudioTrack()
Returns the base audio track object of the published local audio track.
|
LocalAudioTrack |
getLocalAudioTrack()
Returns the published local audio track.
|
String |
getTrackName()
Returns the name of the local audio track.
|
String |
getTrackSid()
Returns the local audio track's server identifier.
|
boolean |
isTrackEnabled()
Check if local audio track is enabled.
|
public String getTrackSid()
Room
.getTrackSid
in interface TrackPublication
public String getTrackName()
getTrackName
in interface TrackPublication
public boolean isTrackEnabled()
isTrackEnabled
in interface TrackPublication
public AudioTrack getAudioTrack()
getAudioTrack
in interface AudioTrackPublication
public LocalAudioTrack getLocalAudioTrack()