-
public interface TrackPublicationA published track represents a track that has been shared with a Room.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetTrackSid()Returns the track's server identifier. abstract StringgetTrackName()Returns the name of the published track. abstract booleanisTrackEnabled()Returns true of track is enabled and false if not. -
-
Method Detail
-
getTrackSid
@NonNull() abstract String getTrackSid()
Returns the track's server identifier. This value uniquely identifies the track within thescope of a Room.
-
getTrackName
@NonNull() abstract String getTrackName()
Returns the name of the published track.
-
isTrackEnabled
abstract boolean isTrackEnabled()
Returns true of track is enabled and false if not.
-
-
-
-