lib-jitsi-meet
    Preparing search index...

    The AudioMixer, as the name implies, mixes a number of MediaStreams containing audio tracks into a single MediaStream.

    Index

    Constructors

    Methods

    • Add audio MediaStream to be mixed, if the stream doesn't contain any audio tracks it will be ignored.

      Parameters

      • stream: MediaStream

        MediaStream to be mixed.

      Returns void

    • At this point a WebAudio ChannelMergerNode is created and and the two associated MediaStreams are connected to it; the resulting mixed MediaStream is returned.

      Returns MediaStream

      • MediaStream containing added streams mixed together, or null if no MediaStream is added.