VideoForwardingStrategy

The VideoForwardingStrategy model defines how the SDK should select conference participants whose videos will be transmitted to the local participant. There are two possible values; the selection can be either based on the participants' audio volume or the distance from the local participant.

By default, the SDK uses the LastSpeaker strategy.

Enumeration members

ClosestUser

ClosestUser: = "closestUserStrategy"

Selects participants based on their distance from the local participant. It allows the local participant to receive video streams only from the nearest participants. This strategy is available only for participants who enabled spatial audio.


LastSpeaker

LastSpeaker: = "lastSpeakerStrategy"

Selects participants based on their audio volume. It allows the local participant to receive video streams only from active speakers.