Package 

Interface TrackPublication


  • 
    public interface TrackPublication
    
                        

    A published track represents a track that has been shared with a Room.

    • Method Summary

      Modifier and Type Method Description
      abstract String getTrackSid() Returns the track's server identifier.
      abstract String getTrackName() Returns the name of the published track.
      abstract boolean isTrackEnabled() Returns true of track is enabled and false if not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTrackSid

        @NonNull() abstract String getTrackSid()

        Returns the track's server identifier. This value uniquely identifies the track within thescope of a Room.

      • isTrackEnabled

         abstract boolean isTrackEnabled()

        Returns true of track is enabled and false if not.