lib-jitsi-meet
    Preparing search index...

    This class manages the receive video contraints for a given JitsiConference. These constraints are determined by the application based on how the remote video streams need to be displayed. This class is responsible for communicating these constraints to the bridge over the bridge channel.

    Index

    Constructors

    Methods

    • Returns a map of all the remote source names and the corresponding max frame heights.

      Parameters

      • mediaSession: JingleSessionPC

        the media session.

      • OptionalmaxFrameHeight: number

        the height to be requested for remote sources.

      Returns Map<string, number>

    • Updates the source based constraints based on the maxHeight set.

      Parameters

      • OptionalmaxFrameHeight: number

        the height to be requested for remote sources.

      Returns void

    • Sets the assumed bandwidth bps the local participant should receive from remote participants.

      Parameters

      • OptionalassumedBandwidthBps: number

        the new value.

      Returns void

    • Selects a new value for "lastN". The requested amount of videos are going to be delivered after the value is in effect. Set to -1 for unlimited or all available videos.

      Parameters

      • value: number

        the new value for lastN.

      Returns void

    • Sets the maximum video resolution the local participant should receive from remote participants.

      Parameters

      • OptionalmaxFrameHeight: number

        the new value.

      Returns void