public class LocalVideoTrackPublication extends Object implements VideoTrackPublication
LocalVideoTrack
that has been shared to a
Room
.Modifier and Type | Method and Description |
---|---|
LocalVideoTrack |
getLocalVideoTrack()
Returns the published local video track.
|
String |
getTrackName()
Returns the name of the local video track.
|
String |
getTrackSid()
Returns the local video track's server identifier.
|
VideoTrack |
getVideoTrack()
Returns the base video track object of the published local video track.
|
boolean |
isTrackEnabled()
Check if local video 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 VideoTrack getVideoTrack()
getVideoTrack
in interface VideoTrackPublication
public LocalVideoTrack getLocalVideoTrack()