Interface TrackPublication

    • Method Detail

      • getTrackSid

        @NonNull
        java.lang.String getTrackSid()
        Returns the track's server identifier. This value uniquely identifies the track within the scope of a Room.
      • getTrackName

        @NonNull
        java.lang.String getTrackName()
        Returns the name of the published track.
      • isTrackEnabled

        boolean isTrackEnabled()
        Returns true of track is enabled and false if not.