VideoForwardingOptions

The VideoForwardingOptions model allows configuring the Video Forwarding functionality that allows:

  • Setting the maximum number of video streams that may be transmitted to the local participant
  • Prioritizing specific participants' video streams that need to be transmitted to the local participant
  • Changing the video forwarding strategy that defines how the SDK should select conference participants whose videos will be received by the local participant

Properties

max

Optional max: number

Sets the maximum number of video streams that may be transmitted to the joining participant. The valid parameter's values are between 0 and 49. In the case of providing a value smaller than 0 or greater than 49, SDK triggers the VideoForwardingError. If the parameter value is not specified, the SDK automatically sets the maximum value.


participants

Optional participants: Array<Participant>

The list of the prioritized participants. This parameter allows using a pin option to prioritize specific participant's video streams and display their videos even when these participants do not talk.


strategy

Optional strategy: VideoForwardingStrategy

Sets the video forwarding strategy for the local participant.