Package 

Interface TrackPublishOptions

    • Method Summary

      Modifier and Type Method Description
      abstract String getName() The name of the track.
      abstract Track.Source getSource() The source of a track, camera, microphone or screen.
      abstract String getStream() The stream name for the track.
      • Methods inherited from class java.lang.Object

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

      • getStream

         abstract String getStream()

        The stream name for the track. Audio and video tracks with the same stream name will be placed in the same MediaStream and offer better synchronization.

        By default, camera and microphone will be placed in the same stream.