Package 

Class TrackSource

  • All Implemented Interfaces:
    io.livekit.android.compose.types.TrackIdentifier

    
    public final class TrackSource
     implements TrackIdentifier
                        

    Identifies a track based on the source and/or name. At least one is required.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final TrackPublication publication
      private final Participant participant
      private final Track.Source source
      private final String name
    • Constructor Summary

      Constructors 
      Constructor Description
      TrackSource(Participant participant, Track.Source source, String name)
    • Method Summary

      Modifier and Type Method Description
      TrackPublication getPublication()
      Participant getParticipant()
      final Track.Source getSource()
      final String getName()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait