Package 

Class AudioTrackPublishOptions

    • Method Detail

      • getDtx

         Boolean getDtx()

        dtx (Discontinuous Transmission of audio), enabled by default for mono tracks.

      • getRed

         Boolean getRed()

        red (Redundant Audio Data), enabled by default for mono tracks.

      • getStream

         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.

      • getPreconnect

         Boolean getPreconnect()

        preconnect buffer, starts the audio track and buffers it prior to connection, in order to send it to agents that connect afterwards. Improves perceived connection time.