lib-jitsi-meet
    Preparing search index...

    The class manages send video constraints across media sessions(JingleSessionPC) which belong to JitsiConference. It finds the lowest common value, between the local user's send preference and the remote party's receive preference. Also this module will consider only the active session's receive value, because local tracks are shared and while JVB may have no preference, the remote p2p may have and they may be totally different.

    Index

    Constructors

    Methods

    • Handles the JitsiConferenceEvents.MEDIA_SESSION_STARTED, that is when the conference creates new media session. It doesn't mean it's already active though. For example the JVB connection may be created after the conference has entered the p2p mode already.

      Parameters

      Returns void

    • Propagates the video constraints if they have changed.

      Parameters

      • videoConstraints: IVideoConstraint

        The sender video constraints received from the bridge.

      Returns Promise<void>

    • Sets local preference for max send video frame height.

      Parameters

      • maxFrameHeight: number

        the new value to set.

      Returns Promise<void>

      • resolved when the operation is complete.